Skip to content

Instantly share code, notes, and snippets.

View zachhanding's full-sized avatar

Zach Handing zachhanding

View GitHub Profile
@zachhanding
zachhanding / lollipop-chrome-theme.html
Created April 26, 2015 18:30
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>