summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
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. -->