summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-10-20 23:24:19 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-10-20 23:24:19 +0000
commita1aa3829d003a75f28a1e8aac04cef407e12de7b (patch)
treee994a132e3b1c4b9f054de00906e7a5ed0c332f9 /res/values
parentb2ae1410907a622c59175f821d07d3c936b2882c (diff)
parentc5d0b86e670e8a0c58d07e73310881f8a9c49659 (diff)
downloadandroid_packages_apps_Dialer-a1aa3829d003a75f28a1e8aac04cef407e12de7b.tar.gz
android_packages_apps_Dialer-a1aa3829d003a75f28a1e8aac04cef407e12de7b.tar.bz2
android_packages_apps_Dialer-a1aa3829d003a75f28a1e8aac04cef407e12de7b.zip
Merge "Set snackbar action text to blue." into ub-contactsdialer-a-dev
Diffstat (limited to 'res/values')
-rw-r--r--res/values/colors.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 8b7b1502f..bf7bfb235 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -24,6 +24,7 @@
<color name="dialer_button_text_color">#fff</color>
<color name="dialer_flat_button_text_color">@color/dialer_theme_color</color>
+ <color name="dialer_snackbar_action_text_color">@color/dialer_theme_color</color>
<!-- Color for the setting text. -->
<color name="setting_primary_color">@color/dialtacts_primary_text_color</color>