|
@@ -27,6 +27,11 @@
|
|
|
android:orientation="vertical"
|
|
|
android:paddingBottom="@dimen/standard_half_padding">
|
|
|
|
|
|
+ <com.google.android.material.bottomsheet.BottomSheetDragHandleView
|
|
|
+ android:id="@+id/bottom_sheet_drag_handle"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content" />
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="@dimen/bottom_sheet_item_height"
|