summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/theme
diff options
context:
space:
mode:
authorcalderwoodra <calderwoodra@google.com>2018-02-21 10:40:41 -0800
committerEric Erfanian <erfanian@google.com>2018-02-22 21:11:38 +0000
commit99606aa5368e1eea30730a899aacdfdd7a5fd61a (patch)
treef74a98770cd3a4412e02baf129d0ad4e95404aa0 /java/com/android/dialer/theme
parent9e3a39d9427525684d9c106587a5fa077b110812 (diff)
Fixed some Dialer theming bugs in NUI.
- URL links are now blue - Raised buttons are now blue w/ white text - android nav bar is white - call log actions/icons are the correct colors - search bar hint text is the correct color Bug: 72525324 Test: screenshot PiperOrigin-RevId: 186484088 Change-Id: I1863a28e1ea9bf16863f42299afca319a6bdcc97
Diffstat (limited to 'java/com/android/dialer/theme')
-rw-r--r--java/com/android/dialer/theme/res/values/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/android/dialer/theme/res/values/styles.xml b/java/com/android/dialer/theme/res/values/styles.xml
index ac94d0687..d65d2af9c 100644
--- a/java/com/android/dialer/theme/res/values/styles.xml
+++ b/java/com/android/dialer/theme/res/values/styles.xml
@@ -45,7 +45,7 @@
</style>
<style name="DialerButtonTextStyle" parent="@android:style/TextAppearance.Material.Widget.Button">
- <item name="android:textColor">#fff</item>
+ <item name="android:textColor">@color/dialer_primary_text_color_white</item>
</style>
<style name="DialerActionBarBaseStyle"