|
|
|
|
@ -45,10 +45,15 @@
|
|
|
|
|
<item name="shapeAppearanceOverlay">@style/ShapeAppearanceOverlay.Kotatsu.BottomSheet</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="Widget.Kotatsu.BottomSheet.DragHandle" parent="Widget.Material3.BottomSheet.DragHandle">
|
|
|
|
|
<!-- Fix weird bottom padding -->
|
|
|
|
|
<item name="android:paddingBottom">0dp</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="ShapeAppearanceOverlay.Kotatsu.BottomSheet" parent="">
|
|
|
|
|
<item name="cornerFamily">rounded</item>
|
|
|
|
|
<item name="cornerSizeTopRight">@dimen/dialog_radius</item>
|
|
|
|
|
<item name="cornerSizeTopLeft">@dimen/dialog_radius</item>
|
|
|
|
|
<item name="cornerSizeTopRight">@dimen/bottom_sheet_corner_radius</item>
|
|
|
|
|
<item name="cornerSizeTopLeft">@dimen/bottom_sheet_corner_radius</item>
|
|
|
|
|
<item name="cornerSizeBottomRight">0dp</item>
|
|
|
|
|
<item name="cornerSizeBottomLeft">0dp</item>
|
|
|
|
|
</style>
|
|
|
|
|
|