summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-05-29 18:50:23 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-05-29 18:50:23 +0000
commit21c7c2377da4898b52b268124b21413b1456ec5d (patch)
treec919ec03f456031e27b432c4b1bd204cb57eac7d /res
parentd3521d5e9f6fe3f3cab252ee21258dec7bf73221 (diff)
parentb5954d3b2e66e967303ee1b7113d194385669634 (diff)
Merge "Set dialer's dialpad touch tint color in styles." into lmp-preview-dev
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. -->