summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-09-03 19:57:35 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-09-03 19:57:35 +0000
commit73cb73db9518862945caa63e48d5cf02a3e7a3bc (patch)
tree08a5d36a28cef4fecd8b290953467714bde55d03 /res
parent0f8eb2fd581616d32687c67b08fc4d85367eddc0 (diff)
parent16a2cb8b8ab585faa69d4d81550619bb88a40a6d (diff)
am 16a2cb8b: am e7bea3a5: am e09b67d6: Add colorControlActivated attribute to Dialer
* commit '16a2cb8b8ab585faa69d4d81550619bb88a40a6d': 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. -->