SlidingMenu
SlidingMenu copied to clipboard
Enable SlidingMenu to work with translucent navigation / status-bar
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).
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.
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.