SlidingMenu icon indicating copy to clipboard operation
SlidingMenu copied to clipboard

Lollipop Bottom Nav Bar Overlays App When Moving Action Bar

Open jjanusch opened this issue 9 years ago • 43 comments

When compiling for API 21 using build tools 21.1 and deploying to the latest Lollipop dev build (LPX13D), app content goes behind the bottom navigation bar. I cannot duplicate in Kit Kat. I've tried both using the SlidingFragmentActivity and doing everything manually myself. If I set it to to SlidingMenu.SLIDING_CONTENT rather than SlidingMenu.SLIDING_WINDOW, the issue goes away.

You can see what I refer to here:

Nexus 4 running Kit Kat: Nexus 4 Running Kit Kat

Nexus 5 running Lollipop: Nexus 5 Running Lollipop

That is the same page in Kit Kat and Lollipop. The page is only a ScrollView with text in it and no Java whatsoever save for initializing the menu. Both devices are scrolled to the bottom and the Lollipop version is hidden behind the navigation bar at the bottom.

If I don't enable the SlidingMenu (by not calling attachToActivity()), this issue does not arise.

jjanusch avatar Nov 03 '14 22:11 jjanusch