summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/theme/base/res/values/theme_dialer_light.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/dialer/theme/base/res/values/theme_dialer_light.xml')
-rw-r--r--java/com/android/dialer/theme/base/res/values/theme_dialer_light.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/java/com/android/dialer/theme/base/res/values/theme_dialer_light.xml b/java/com/android/dialer/theme/base/res/values/theme_dialer_light.xml
index 69ecba41e..b0428ee46 100644
--- a/java/com/android/dialer/theme/base/res/values/theme_dialer_light.xml
+++ b/java/com/android/dialer/theme/base/res/values/theme_dialer_light.xml
@@ -84,6 +84,11 @@
<item name="android:windowAnimationStyle">@android:style/Animation</item>
</style>
+ <style name="DialerBottomSheetDialogStyle.Light">
+ <item name="android:textColorPrimary">@color/dialer_primary_text_color</item>
+ <item name="android:colorBackgroundFloating">@android:color/white</item>
+ </style>
+
<!-- Deprecated: Use Toolbar instead of ActionBar. -->
<!-- Used to style all Dialer's action bars. Every actionbar is awarded this for free if the parent
activity's theme extends from Dialer.ThemeBase.ActionBar or doesn't specify a theme. -->