commit | 056eb5b572be86e1334e58db982eaaf8cfccbc43 | [log] [tgz] |
---|---|---|
author | yueg <yueg@google.com> | Tue Jun 12 15:26:58 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Jun 12 15:26:58 2018 -0700 |
tree | d46783a0e605e1940f1abde423ecae096c209301 | |
parent | 5e36a6fc16bff64790590950112efa84e05a7bd1 [diff] | |
parent | e698891deb8167873b35f1af19184c0ed4cc6549 [diff] |
Merge "Fix voicemail multi-select title text color" am: e698891deb Change-Id: I45ddca6ce52a383fa62b21b0e756ba13bae7458b
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 dd24179..25f247e 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>