Changed statusbar color to meet google design guidlines

This commit is contained in:
mmk2410 2015-02-17 23:17:11 +01:00
parent 3153bc6ef6
commit a084849af2
1 changed files with 1 additions and 1 deletions

View File

@ -23,5 +23,5 @@
<resources>
<color name="white">#ffffff</color>
<color name="colorPrimary">#2196F3</color>
<color name="colorPrimaryDark">#1976D2</color>
<color name="colorPrimaryDark">#2196F3</color>
</resources>