Use SideSheet instead of BottomSheet on landscape

This commit is contained in:
Koitharu
2023-05-30 20:27:38 +03:00
parent 3d05541f61
commit 0c132a521e
38 changed files with 700 additions and 177 deletions

View File

@@ -93,6 +93,10 @@
<attr name="fitStatusBar" format="boolean" />
</declare-styleable>
<declare-styleable name="AdaptiveSheetHeaderBar">
<attr name="title" />
</declare-styleable>
<declare-styleable name="ShapeView">
<attr name="strokeWidth" />
<attr name="strokeColor" />