summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/theme/res/values
diff options
context:
space:
mode:
authorwangqi <wangqi@google.com>2018-05-29 18:08:16 -0700
committerCopybara-Service <copybara-piper@google.com>2018-06-01 18:10:26 -0700
commit70189d8b844927d7f223170235550d0f0fce5264 (patch)
tree183e9033f8538360d02d51174ce35d75c748d0e1 /java/com/android/incallui/theme/res/values
parentd1a123acf2b123671e745bf4419e3a826b2ea58d (diff)
Fix dialpad theme on incall screen.
Test: manual PiperOrigin-RevId: 198488607 Change-Id: I54e2d7ac4320fd67e1670bb2e888cfe833dfb243
Diffstat (limited to 'java/com/android/incallui/theme/res/values')
-rw-r--r--java/com/android/incallui/theme/res/values/styles.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/java/com/android/incallui/theme/res/values/styles.xml b/java/com/android/incallui/theme/res/values/styles.xml
index 3475e3548..58608aca3 100644
--- a/java/com/android/incallui/theme/res/values/styles.xml
+++ b/java/com/android/incallui/theme/res/values/styles.xml
@@ -49,7 +49,7 @@
<style name="Theme.InCallScreen.ManageConference" parent="Dialer.ThemeBase.ActionBar">
</style>
- <style name="InCallDialpad" parent="Dialpad.Light">
+ <style name="InCallDialpad" parent="Dialpad.Themed">
<item name="dialpad_key_number_margin_bottom">
@dimen/incall_dialpad_key_number_margin_bottom
</item>
@@ -72,8 +72,6 @@
@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>
<style name="AfterCallNotificationTheme" parent="Dialer.ThemeBase.NoActionBar">