fix: bottom sheet oled mode
This commit is contained in:
parent
d422a1586f
commit
4e8b6b5ff4
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:orientation="vertical"
|
||||
android:background="@drawable/bottom_sheet_background"
|
||||
android:padding="16dp">
|
||||
|
||||
<TextView
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:background="@drawable/bottom_sheet_background"
|
||||
android:padding="16dp">
|
||||
|
||||
<TextView
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue