Fix BottomSheet edge-to-edge mode

This commit is contained in:
Koitharu
2022-05-06 13:51:55 +03:00
parent 45b42ad5bd
commit 2709d40fc0
6 changed files with 67 additions and 6 deletions

View File

@@ -22,8 +22,8 @@
<!-- Bottom sheet -->
<style name="ThemeOverlay.Kotatsu.BottomSheetDialog" parent="ThemeOverlay.Material3.BottomSheetDialog">
<item name="android:navigationBarColor">?colorSurfaceVariant</item>
<style name="ThemeOverlay.Kotatsu.BottomSheetDialog" parent="ThemeOverlay.Material3.DayNight.BottomSheetDialog">
<item name="android:statusBarColor">@color/dim</item>
</style>
<!-- Widget styles -->