summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/res/values/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/incallui/res/values/styles.xml')
-rw-r--r--java/com/android/incallui/res/values/styles.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/com/android/incallui/res/values/styles.xml b/java/com/android/incallui/res/values/styles.xml
index cfa4dd6f0..269b72111 100644
--- a/java/com/android/incallui/res/values/styles.xml
+++ b/java/com/android/incallui/res/values/styles.xml
@@ -67,14 +67,14 @@
<item name="dialpad_elevation">10dp</item>
</style>
- <style name="AfterCallNotificationTheme" parent="@style/Theme.AppCompat.Light.Dialog.MinWidth">
+ <style name="AfterCallNotificationTheme" parent="@android:style/Theme.Material.Light.Dialog">
<!-- This colorAccent is to style checkboxes in the dialogs -->
<item name="colorAccent">@color/dialer_theme_color</item>
<!-- This is needed to make any alert dialogs in this activity take up minimum space -->
<item name="android:alertDialogTheme">@style/AfterCallDialogStyle</item>
</style>
- <style name="AfterCallDialogStyle" parent="@style/Theme.AppCompat.Light.Dialog.MinWidth">
+ <style name="AfterCallDialogStyle" parent="@android:style/Theme.Material.Light.Dialog">
<!-- This colorAccent is to style text in the dialogs -->
<item name="android:colorAccent">@color/dialer_theme_color</item>
</style>