summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-09-03 18:22:40 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-09-03 18:22:40 +0000
commite7bea3a5abc10ca8a58b5bf5e8b4a9640c0bc8e5 (patch)
tree532244fa80d86479422588f4660638912362b854 /res
parent880f1e8eeb2baf0c1105c2c168fe62499e0bfc7f (diff)
parente09b67d6f87abd8f1252a4e761be57e946c450b1 (diff)
am e09b67d6: Add colorControlActivated attribute to Dialer
* commit 'e09b67d6f87abd8f1252a4e761be57e946c450b1': Add colorControlActivated attribute to Dialer
Diffstat (limited to 'res')
-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. -->