Status Bar Text Visibility
Status Bar Text Visibility
The text of status bar can't see when you set your status bar color to white, so to fix it you only need this one code in your Activity. It will automatically make your status bar text visible.
Codes:
linear1.setSystemUiVisibility(View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR);
Comments
Post a Comment