SlidingMenu icon indicating copy to clipboard operation
SlidingMenu copied to clipboard

Enable SlidingMenu to work with translucent navigation / status-bar

Open SchneiderAdrian opened this issue 11 years ago • 2 comments

Setting the translucent navigation bar theme to the activity SlidingMenu is attached to (in window mode), the bounds of the above and behind views are still restricted to the original bounds. So the content is not behind the navigation bar and status bar. Attaching the SlidingMenu in content-mode (SLIDING_CONTENT) has the right behavior (unfortunately the actionbar does not slide away anymore).

SchneiderAdrian avatar Mar 27 '14 08:03 SchneiderAdrian

Hi SchneiderAdrian,

I face a problem, I couldn't setFlag of SlidingFragmentActivity to translucent navigation / status-bar. Have you ever successfully done with it?

Thanks.

oloansembiring avatar Aug 21 '14 09:08 oloansembiring

I try to combine drawerlayout with animation tools and get the result which is extremely similar to sliding menu.And what's the most important is the translucent flag works.You guys may have a try.

KickoutByDream avatar Jul 27 '15 05:07 KickoutByDream