summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/theme/res
diff options
context:
space:
mode:
authorcalderwoodra <calderwoodra@google.com>2018-05-24 14:21:14 -0700
committerEric Erfanian <erfanian@google.com>2018-05-30 14:03:54 +0000
commite70ef90dda54b30fb3ed4db35f35f875f4a47500 (patch)
tree0998a32525d89f0967d49705e24c14142b9395d0 /java/com/android/incallui/theme/res
parente3146e09656add2e586455657bc83f12e8dd3f9c (diff)
Fix a few UI bugs.
- clear call log dialog no longer crashes - phone account selector dialog now has a visible title - dialpad text in the incall ui is now visible. Bug: 80144855,80146941,80175230 Test: tap PiperOrigin-RevId: 197952658 Change-Id: Ifaea9b798fef7e36d681a83269e4f65df33f1193
Diffstat (limited to 'java/com/android/incallui/theme/res')
-rw-r--r--java/com/android/incallui/theme/res/values/styles.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/com/android/incallui/theme/res/values/styles.xml b/java/com/android/incallui/theme/res/values/styles.xml
index f4b55c3e6..3475e3548 100644
--- a/java/com/android/incallui/theme/res/values/styles.xml
+++ b/java/com/android/incallui/theme/res/values/styles.xml
@@ -72,6 +72,7 @@
@dimen/incall_end_call_spacing
</item>
<item name="dialpad_elevation">10dp</item>
+ <item name="dialpad_text_color">?android:attr/textColorPrimaryInverse</item>
<item name="dialpad_text_color_secondary">?android:attr/textColorSecondaryInverse</item>
</style>