Bottom sheet styles were actually fixed.

This commit is contained in:
Anton Chekulaev
2020-08-26 22:30:17 +10:00
parent 2c42bdd1a5
commit 88efb2c08c
6 changed files with 8 additions and 26 deletions

View File

@@ -29,11 +29,7 @@
<item name="buttonBarPositiveButtonStyle">@style/Session.AlertDialog.PositiveButtonStyle</item>
</style>
<style name="SessionBottomSheetDialogTheme" parent="Theme.Design.BottomSheetDialog">
<item name="bottomSheetStyle">@style/SessionBottomSheetStyle</item>
</style>
<style name="SessionBottomSheetStyle" parent="Widget.Design.BottomSheet.Modal">
<style name="Widget.Session.BottomSheetDialog" parent="Widget.Design.BottomSheet.Modal">
<item name="android:background">@drawable/default_bottom_sheet_background</item>
</style>