summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-09-03 09:57:53 -0700
committerYorke Lee <yorkelee@google.com>2014-09-03 09:57:53 -0700
commite09b67d6f87abd8f1252a4e761be57e946c450b1 (patch)
tree08a5d36a28cef4fecd8b290953467714bde55d03
parent4e077af2b9a50a72f4268a795bc744cd4aae5e54 (diff)
downloadandroid_packages_apps_Dialer-e09b67d6f87abd8f1252a4e761be57e946c450b1.tar.gz
android_packages_apps_Dialer-e09b67d6f87abd8f1252a4e761be57e946c450b1.tar.bz2
android_packages_apps_Dialer-e09b67d6f87abd8f1252a4e761be57e946c450b1.zip
Add colorControlActivated attribute to Dialer
Bug: 17359310 Change-Id: I28f2c2dd45bedd86752eb7059670458b5c04d107
-rw-r--r--res/values/styles.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 9d0fcd0ea..74a5231f9 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -76,6 +76,7 @@
<item name="android:colorPrimary">@color/dialer_theme_color</item>
<item name="android:colorPrimaryDark">@color/dialer_theme_color_dark</item>
<item name="dialpad_key_button_touch_tint">@color/dialer_dialpad_touch_tint</item>
+ <item name="android:colorControlActivated">@color/dialer_theme_color</item>
</style>
<!-- Action bar overflow menu icon. -->