Skip to content

Commit 831012a

Browse files
committed
更新material
1 parent f40789e commit 831012a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3+
34
<style name="DateTimePicker_BottomSheetDialog" parent="Theme.Design.Light.BottomSheetDialog">
45
<item name="android:backgroundDimEnabled">true</item>
56
</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>
613
</resources>

0 commit comments

Comments
 (0)