Sidemenu: Status Bar background color turns BLACK

Created on 16 May 2017  路  3Comments  路  Source: jonkykong/SideMenu

  • My issue is happening in the latest version of SideMenu.
  • My issue was not solved in the README.
  • My issue cannot be answered on stackoverflow.com.
  • My issue is not a request for new functionality that I am unwilling to build and contribute with a pull request.
  • My issue is reproducible in the demo project.

When the SideMenu is presented, the status bar background color automatically turns black.

I haven't set any status bar background color for my app, still when the side menu is presented, the status bar background color automatically turns black. Please see the screenshot.
example

Most helpful comment

You could even tell exactly where it is, because there are no troubleshooting guide in the readme.
SideMenuManager.menuFadeStatusBar = false

All 3 comments

You did not read the Readme. It clearly tells you why this happens and what you have to do to change the behavior.

You could even tell exactly where it is, because there are no troubleshooting guide in the readme.
SideMenuManager.menuFadeStatusBar = false

You could even tell exactly where it is, because there are no troubleshooting guide in the readme.
SideMenuManager.menuFadeStatusBar = false

SideMenuManager.default.menuFadeStatusBar = false

Was this page helpful?
0 / 5 - 0 ratings