Skip to content

Instantly share code, notes, and snippets.

@billyriantono
Forked from bopbi/gist:1ebc2702ce726de2099a
Last active August 29, 2015 14:21
Show Gist options
  • Save billyriantono/155881b52feed7395220 to your computer and use it in GitHub Desktop.
Save billyriantono/155881b52feed7395220 to your computer and use it in GitHub Desktop.
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
getWindow().addFlags(WindowManager.LayoutParams.FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS);
getWindow().setStatusBarColor(getResources().getColor(R.color.some_color));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment