summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorBrian Attwell <brianattwell@google.com>2014-05-22 03:44:22 +0000
committerBrian Attwell <brianattwell@google.com>2014-06-11 14:13:27 -0700
commitb0d3c7609a21d7432bcac0cf97411d1ff64851ba (patch)
treebd91f494c281ad0fc3f2a97bb335585a10911beb /res/values/colors.xml
parent5fb3a58ebc48ecbede7346a411e59ad4a99c77c9 (diff)
downloadpackages_apps_Contacts-b0d3c7609a21d7432bcac0cf97411d1ff64851ba.tar.gz
packages_apps_Contacts-b0d3c7609a21d7432bcac0cf97411d1ff64851ba.tar.bz2
packages_apps_Contacts-b0d3c7609a21d7432bcac0cf97411d1ff64851ba.zip
Revert^4: Use action bar style from ContactsCommon""
Move this into master-contacts This reverts commit 88636968c74a13c79629fc8adf200f670a98ff02. Change-Id: I879450b5871c5ef4b925a839dcd64c4ec1bf6141
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index e3fab85c2..fc5674b7c 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -36,4 +36,6 @@
<!-- Color of the text for buttons in the action bar -->
<color name="action_bar_button_text_color">#FFFFFF</color>
+ <!-- Color of the selected tab underline (overriding value in ContactsCommon) -->
+ <color name="tab_selected_color">#ffeeff41</color>
</resources>