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

Slide menu over the content #658

Open iamkingalvarado opened 10 years ago

iamkingalvarado commented 10 years ago

Hi, First at all, thanks for make this amazing library. How can I make for sliding the menu over the content, namely, I don't want to scroll the activity to the right with the menu, I want the activity static, and only the menu animated. Thanks

KrisGroove commented 10 years ago

So I see anyone have idea, I want this too :/

githuboftigran commented 10 years ago

yea, I need it too. I guess there's no such functionality, could you please add it? Thanks

anistn commented 10 years ago

In this case i think it will be better to use DrawerLayout from android support library.

iamkingalvarado commented 10 years ago

But the DrawerLayout isn't fullscreen height

SandroMachado commented 10 years ago
    setSlidingActionBarEnabled(false);

try this in the onCreate