summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-05-28 18:00:47 -0700
committerAndrew Lee <anwlee@google.com>2014-05-28 18:00:47 -0700
commitb5954d3b2e66e967303ee1b7113d194385669634 (patch)
tree26875895a53bb5039ee83746c98e677a000efdd5 /res
parent552fef10ae80bb8ef9fa65872a92bfa0b8f443ea (diff)
Set dialer's dialpad touch tint color in styles.
Bug: 15168708 Change-Id: If210f728c4e607c5edba20c743320e6685ca6358
Diffstat (limited to 'res')
-rw-r--r--res/values/colors.xml3
-rw-r--r--res/values/styles.xml1
2 files changed, 4 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index d43f30a38..c79f4cff4 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -99,4 +99,7 @@
<!-- Color for icons in the actionbar -->
<color name="actionbar_icon_color">#ffffff</color>
+
+ <!-- 10% opacity, theme color. -->
+ <color name="dialer_dialpad_touch_tint">#1a1dc7db</color>
</resources>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index f90a40680..e47c05e35 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -71,6 +71,7 @@
<!-- Favorites -->
<item name="favorites_padding_bottom">?android:attr/actionBarSize</item>
<item name="android:colorPrimaryDark">@color/actionbar_background_color_dark</item>
+ <item name="dialpad_key_button_touch_tint">@color/dialer_dialpad_touch_tint</item>
</style>
<!-- Action bar overflow menu icon. -->