SlidingMenu icon indicating copy to clipboard operation
SlidingMenu copied to clipboard

issues of slidingmenu working with FLAG_TRANSLUCENT_STATUS

Open PureDark opened this issue 10 years ago • 6 comments

First, the content is not behind status-bar Second, it cause my phone to log infinite AbsListView: unregisterIRListener() Please tell me how to solve this And yes, I've read https://github.com/jfeinstein10/SlidingMenu/issues/623 and I've tried setting it to SLIDING_CONTENT which didn't help.

PureDark avatar Nov 11 '14 11:11 PureDark

I am facing this the exactly same issue. is anyone can help??

shaopx avatar Nov 24 '14 08:11 shaopx

I am facing this issue,too...

mogazheng avatar Mar 04 '15 07:03 mogazheng

Same here...

micbakos avatar Mar 13 '15 15:03 micbakos

you guys are not alone....

KickoutByDream avatar Jul 27 '15 02:07 KickoutByDream

me too

niniloveyou avatar Aug 18 '15 09:08 niniloveyou

I had solved it with the code:

slidingMenu.attachToActivity(this, SlidingMenu.SLIDING_CONTENT, true);

mogazheng avatar Aug 18 '15 10:08 mogazheng