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.08k stars 5.05k forks source link

Sliding Menu over Activity #673

Open hoanngothanh opened 10 years ago

hoanngothanh commented 10 years ago

I use this library to implement slide menu in my app. It works that it push my activity content to left side. I want to Sliding Menu appear OVER my activity content. Is there any way to change appearing of this sliding menu?

MazizEsa commented 10 years ago

Try Android SlidingDrawer? http://developer.android.com/reference/android/widget/SlidingDrawer.html

Regards, Maziz.

On Fri, Aug 22, 2014 at 5:08 PM, hoanngothanh notifications@github.com wrote:

please help meeeeeeee!!!! I almost die :((

— Reply to this email directly or view it on GitHub https://github.com/jfeinstein10/SlidingMenu/issues/673#issuecomment-53044273 .

hoanngothanh commented 10 years ago

is there anyway to do that with this library ? because I find this app also use this library https://play.google.com/store/apps/details?id=com.bookmark.money&hl=en

kvarela commented 9 years ago

I'm wondering the same thing. The problem with the SlidingDrawer is that it doesn't go over the ActionBar, which is a necessary requirement for my project.

SandroMachado commented 9 years ago

put this in the onCreate

    setSlidingActionBarEnabled(false);
Ludomancer commented 9 years ago

I was also wondering the same thing. SlidingMenu only works by pushing content or window i guess. No overlay support as far as i can see.