aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Biais <maxime.biais@gmail.com>2015-03-04 19:20:54 +0100
committerMaxime Biais <maxime.biais@gmail.com>2015-03-04 19:20:54 +0100
commit38c196a37ff236713d75060d9d0d5185302a4447 (patch)
tree94a37ea17adefd5e8be36fee4d701bb9956aad6d
parent7dd83a0a544c089d794af4448e67888742c63a23 (diff)
downloadgradle-perf-android-medium-38c196a37ff236713d75060d9d0d5185302a4447.tar.gz
change status bar and action bar colors
-rw-r--r--WordPress/src/main/res/values/colors.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/WordPress/src/main/res/values/colors.xml b/WordPress/src/main/res/values/colors.xml
index 63dc15ad8..495a78a9a 100644
--- a/WordPress/src/main/res/values/colors.xml
+++ b/WordPress/src/main/res/values/colors.xml
@@ -8,8 +8,8 @@
colorControlActivated controls in their activated/checked state (search highlight, checked checkboxes)
colorControlHighlight control highlights (ripples, list selectors)
-->
- <color name="color_primary">@color/blue_medium</color>
- <color name="color_primary_dark">@color/blue_dark</color>
+ <color name="color_primary">@color/blue_wordpress</color>
+ <color name="color_primary_dark">@color/status_bar_tint</color>
<color name="color_accent">@color/orange_jazzy</color>
<color name="color_control_activated">@color/blue_light</color>
<color name="color_control_highlight">@color/blue_light</color>
@@ -67,6 +67,11 @@
<!-- END WordPress.com Colors -->
<!-- ======================== -->
+ <!-- App specific colors -->
+ <!-- We could use blue_dark for the status bar color, but to adhere to the material design spec very closely,
+ we're using a shade of blue_wordpress -->
+ <color name="status_bar_tint">#006b98</color>
+
<!-- Menu Drawer -->
<color name="drawer_background">@color/white</color>
<color name="drawer_background_selected">@color/translucent_grey_lighten_20</color>