This commit is contained in:
Koitharu
2023-08-22 16:58:31 +03:00
parent ca1380e2b1
commit ba0ea5a9fc
6 changed files with 11 additions and 5 deletions

View File

@@ -41,6 +41,7 @@
style="@style/Widget.Material3.BottomSheet"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:backgroundTint="?colorBackgroundFloating"
android:orientation="vertical"
android:visibility="gone"
app:behavior_hideable="false"
@@ -51,8 +52,7 @@
<FrameLayout
android:id="@+id/layout_bs_header"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
android:layout_height="wrap_content">
<com.google.android.material.bottomsheet.BottomSheetDragHandleView
android:id="@+id/dragHandle"