summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/theme
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/dialer/theme')
-rw-r--r--java/com/android/dialer/theme/private/res/values/styles.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/java/com/android/dialer/theme/private/res/values/styles.xml b/java/com/android/dialer/theme/private/res/values/styles.xml
index 158cd190d..90e452993 100644
--- a/java/com/android/dialer/theme/private/res/values/styles.xml
+++ b/java/com/android/dialer/theme/private/res/values/styles.xml
@@ -26,6 +26,7 @@
<!-- Used to automatically style AlertDialogs -->
<item name="alertDialogTheme">@style/AlertDialogTheme</item>
+ <item name="android:alertDialogTheme">@style/AlertDialogTheme</item>
</style>
<style name="Dialer.Dark" parent="Theme.AppCompat">
@@ -38,6 +39,7 @@
<!-- Used to automatically style AlertDialogs -->
<item name="alertDialogTheme">@style/AlertDialogTheme</item>
+ <item name="android:alertDialogTheme">@style/AlertDialogTheme</item>
</style>
<!-- Used to style all Dialer's button's text. Every button is awarded this for free if the parent
@@ -49,7 +51,9 @@
<!-- Used to style all Dialer's AlertDialogs. Every button is awarded this for free if the parent
activity's theme extends from Dialer.ThemeBase(.NoActionBar) or doesn't specify a theme. -->
<style name="AlertDialogTheme" parent="Theme.AppCompat.Light.Dialog.Alert">
+ <item name="android:textColorPrimary">@color/dialer_primary_text_color</item>
<!-- TODO(a bug): figure out why ?android:attr/colorPrimary doesn't work here -->
+ <item name="android:colorAccent">@color/dialer_theme_color</item>
<item name="colorAccent">@color/dialer_theme_color</item>
</style>
-</resources> \ No newline at end of file
+</resources>