We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f40789e commit 831012aCopy full SHA for 831012a
1 file changed
date_time_picker/src/main/res/values/styles.xml
@@ -1,6 +1,13 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<resources>
3
+
4
<style name="DateTimePicker_BottomSheetDialog" parent="Theme.Design.Light.BottomSheetDialog">
5
<item name="android:backgroundDimEnabled">true</item>
6
</style>
7
8
+ <style name="Theme.Design.Light.BottomSheetDialog" parent="Theme.AppCompat.Light.Dialog">
9
+ <item name="android:windowBackground">@android:color/transparent</item>
10
+ <item name="android:windowAnimationStyle">@style/Animation.Design.BottomSheetDialog</item>
11
+ <item name="bottomSheetStyle">@style/Widget.Design.BottomSheet.Modal</item>
12
+ </style>
13
</resources>
0 commit comments