Skip to content

Instantly share code, notes, and snippets.

@samuelowino
Created November 15, 2022 08:15
Show Gist options
  • Select an option

  • Save samuelowino/42e347c89cdcb0623e37637a066160c8 to your computer and use it in GitHub Desktop.

Select an option

Save samuelowino/42e347c89cdcb0623e37637a066160c8 to your computer and use it in GitHub Desktop.
White Status Bar
if (!ThemeUtils.getDarkModeThemeEnabled(getApplicationContext())) {
getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment