jfeinstein10 / SlidingMenu

An Android library that allows you to easily create applications with slide-in menus. You may use it in your Android apps provided that you cite this project and include the license in your app. Thanks!
Apache License 2.0
11.07k stars 5.03k forks source link

Whyextending AppCompatActivity instead of FragmentActivity ,the view goes down ? #752

Closed ghost closed 8 years ago

ghost commented 8 years ago

In the project SlidingFragmentActivity extends FragmentActivity , while I need to extend AppCompatActivity ,which causes problems on several devices(nexus 6) the view goes down as much as the navigation bat height

theBlbDan commented 8 years ago

Screenshot please. Are you referring to the softnav keys at the bottom or the actionbar at the top?

ghost commented 8 years ago

1 screenshot_20160527-111335

I have the first reault ,while should be as in 2_n png.

ghost commented 8 years ago

@theBlbDan any news?

theBlbDan commented 8 years ago

Chk out this issue https://github.com/jfeinstein10/SlidingMenu/issues/680

It sounds like what you're describing.

theBlbDan commented 8 years ago

Did this help solve your problem? If so, it would be courteous toe close the issue.

ghost commented 8 years ago

Thanks .