<?xml version="1.0" encoding="utf-8"?>
|
<resources>
|
|
<style name="DateTimePicker_BottomSheetDialog" parent="Theme.Design.Light.BottomSheetDialog">
|
<item name="android:backgroundDimEnabled">true</item>
|
</style>
|
|
<style name="Theme.Design.Light.BottomSheetDialog" parent="Theme.AppCompat.Light.Dialog">
|
<item name="android:windowBackground">@android:color/transparent</item>
|
<item name="android:windowAnimationStyle">@style/Animation.Design.BottomSheetDialog</item>
|
<item name="bottomSheetStyle">@style/Widget.Design.BottomSheet.Modal</item>
|
</style>
|
</resources>
|