Using SLIDING_WINDOW mode overlaps with navigation bar

Author: zachareeCreated Jun 16, 2017Updated Dec 27, 2019

Extending SlidingActivity uses SLIDING_WINDOW mode by default for the sliding menu. This causes the menu (and the rest of the activity) to overlap behind the navigation bar. Setting the mode to SLIDING_CONTENT is a workaround, but changes the style.

Image

Source: jfeinstein10/SlidingMenu