Skip to content

Instantly share code, notes, and snippets.

@zachhanding
Created April 26, 2015 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zachhanding/47dfb1f670ca86a82ed0 to your computer and use it in GitHub Desktop.
Save zachhanding/47dfb1f670ca86a82ed0 to your computer and use it in GitHub Desktop.
Set Status Bar and Chrome Address Bar Color in Android 5.0.
<!DOCTYPE html>
<html>
<head>
<!-- sets status bar and chrome address bar color -->
<meta name="theme-color" content="#A81C23">
</head>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment