SlidingMenu
SlidingMenu copied to clipboard
Sliding Menu over Activity
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?
Try Android SlidingDrawer? http://developer.android.com/reference/android/widget/SlidingDrawer.html
Regards, Maziz.
On Fri, Aug 22, 2014 at 5:08 PM, hoanngothanh [email protected] 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 .
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
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.
put this in the onCreate
setSlidingActionBarEnabled(false);
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.