summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-10-16 18:03:05 -0700
committerAndrew Lee <anwlee@google.com>2015-10-19 11:35:05 -0700
commitc5d0b86e670e8a0c58d07e73310881f8a9c49659 (patch)
tree860a768dc30bc93877449a9d1d8a6f1b27d504af /res
parentfd7dd10a7edc30618c5854f1408250a1b0b40c16 (diff)
Set snackbar action text to blue.
Done for both snackbars in call blocking/unblocking and voicemail deletion. Bug: 24370325 Change-Id: I00fdebb635e60ac1d421ccf7f15df46693773870
Diffstat (limited to 'res')
-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>