fix: bottom sheet oled mode

This commit is contained in:
rebel onion 2025-01-04 05:17:19 -06:00
parent d422a1586f
commit 4e8b6b5ff4
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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