5 lines
714 B
XML
5 lines
714 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout android:orientation="vertical" android:tag="layout/item_select_dialog_0" android:background="@drawable/bottom_sheet_dialog_background" android:layout_width="fill_parent" android:layout_height="wrap_content"
|
|
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
<androidx.recyclerview.widget.RecyclerView android:id="@id/item_select_recycler_view" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="@dimen/tmap_10dp" android:layout_marginBottom="@dimen/tmap_10dp" app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" />
|
|
</LinearLayout> |