summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparikshit <parikshitwadhwa359@gmail.com>2015-11-29 00:42:23 +0530
committerparikshit wadhwa <parikshitwadhwa359@gmail.com>2015-11-29 17:30:21 +0100
commitc45dc2036cd18c5e7ea0e4a13d53418bdf3f0101 (patch)
tree8319d41ab4d553da7b419b714457ed5c1d281a9b
parent1ed76432fed7d72d061a964c179ecb93b6f7040d (diff)
adding status bar color to follow material design guidlineslp5.1
Change-Id: I9bd6c30d4cb91632ab8a559a07f132c5d57ef8ae
-rw-r--r--res/values/colors.xml1
-rw-r--r--res/values/themes.xml6
2 files changed, 7 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 03dab87..890f989 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -33,4 +33,5 @@
<color name="item_pressed">#fff8f8f8</color>
<color name="item_action">#00796b</color>
<color name="drawer_list_item_background">#00796b</color>
+ <color name="primary_dark">#004d40</color>
</resources>
diff --git a/res/values/themes.xml b/res/values/themes.xml
index c26d26d..2b4ba5c 100644
--- a/res/values/themes.xml
+++ b/res/values/themes.xml
@@ -35,5 +35,11 @@
parent="@android:style/Widget.Holo.Light.CompoundButton.CheckBox">
<item name="android:button">@drawable/checkbox</item>
</style>
+
+ <style name="AppTheme" parent="android:Theme.Material">
+ <item name="android:colorPrimaryDark">@color/primary_dark</item>
+ <item name="android:colorPrimary">@color/actionbar_background</item>
+ </style>
+
</resources>