SlidingMenu icon indicating copy to clipboard operation
SlidingMenu copied to clipboard

Sliding Menu over Activity

Open hoanngothanh opened this issue 10 years ago • 5 comments

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?

hoanngothanh avatar Aug 22 '14 10:08 hoanngothanh

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 .

MazizEsa avatar Aug 22 '14 10:08 MazizEsa

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

hoanngothanh avatar Aug 26 '14 06:08 hoanngothanh

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.

kvarela avatar Sep 17 '14 22:09 kvarela

put this in the onCreate

    setSlidingActionBarEnabled(false);

SandroMachado avatar Sep 23 '14 22:09 SandroMachado

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.

Ludomancer avatar Mar 15 '15 20:03 Ludomancer