|
|
|
|
@ -11,7 +11,17 @@ |
|
|
|
|
<item name="android:windowAnimationStyle">@null</item> |
|
|
|
|
<item name="android:windowTranslucentStatus">true</item> |
|
|
|
|
<item name="android:windowTranslucentNavigation">true</item> |
|
|
|
|
<item name="bottomSheetDialogTheme">@style/ThemeOverlay.App.BottomSheetDialog</item> |
|
|
|
|
<item name="bottomSheetDialogTheme">@style/BottomSheetDialog</item> |
|
|
|
|
</style> |
|
|
|
|
|
|
|
|
|
<style name="ModalBottomSheetDialog" parent="Widget.Design.BottomSheet.Modal"> |
|
|
|
|
<item name="android:background">@drawable/shape_bottom_sheet</item> |
|
|
|
|
</style> |
|
|
|
|
|
|
|
|
|
<style name="BottomSheetDialog" parent="Theme.MaterialComponents.DayNight.BottomSheetDialog"> |
|
|
|
|
<item name="bottomSheetStyle">@style/ModalBottomSheetDialog</item> |
|
|
|
|
<item name="android:backgroundDimEnabled">false</item> |
|
|
|
|
<item name="android:windowIsFloating">false</item> |
|
|
|
|
</style> |
|
|
|
|
|
|
|
|
|
</resources> |
|
|
|
|
|