summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/theme/common/res/values/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/dialer/theme/common/res/values/styles.xml')
-rw-r--r--java/com/android/dialer/theme/common/res/values/styles.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/java/com/android/dialer/theme/common/res/values/styles.xml b/java/com/android/dialer/theme/common/res/values/styles.xml
index 2c6446ca1..ac23bdf98 100644
--- a/java/com/android/dialer/theme/common/res/values/styles.xml
+++ b/java/com/android/dialer/theme/common/res/values/styles.xml
@@ -31,4 +31,13 @@
<item name="android:layout_marginStart">20dp</item>
<item name="android:paddingLeft">12dp</item>
</style>
+
+ <style name="DialerBottomSheetDialogStyle" parent="Theme.Design.BottomSheetDialog">
+ <item name="android:windowBackground">@android:color/transparent</item>
+ <item name="bottomSheetStyle">@style/BottomSheetStyle</item>
+ </style>
+
+ <style name="BottomSheetStyle" parent="Widget.Design.BottomSheet.Modal">
+ <item name="android:background">@drawable/bottom_sheet_background</item>
+ </style>
</resources> \ No newline at end of file