diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2018-06-12 22:20:34 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-06-12 22:20:34 +0000 |
commit | e698891deb8167873b35f1af19184c0ed4cc6549 (patch) | |
tree | 57dd9efeadb645fe703fa1f623ee6b823f047130 /java | |
parent | b6b92e66be27edb6d15a11df055b3035abf2d7cd (diff) | |
parent | 4164dbb73faf29ae61bf65227874420bfc9d327e (diff) |
Merge "Fix voicemail multi-select title text color"
Diffstat (limited to 'java')
-rw-r--r-- | java/com/android/dialer/main/impl/res/values/styles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/android/dialer/main/impl/res/values/styles.xml b/java/com/android/dialer/main/impl/res/values/styles.xml index dd24179bf..25f247e15 100644 --- a/java/com/android/dialer/main/impl/res/values/styles.xml +++ b/java/com/android/dialer/main/impl/res/values/styles.xml @@ -46,6 +46,6 @@ <!-- Colors our actionbar text in action mode to dialer white text color. --> <style name="ActionModeTitleTextStyle" parent="@style/TextAppearance.AppCompat.Widget.ActionMode.Title"> - <item name="android:textColor">?android:attr/textColorPrimaryInverse</item> + <item name="android:textColor">?android:attr/textColorPrimary</item> </style> </resources> |