Lacerta/feature/setting/src/main/res/layout/fragment_setting_top.xml
2024-01-22 11:04:21 +09:00

11 lines
418 B
XML

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/setting_item_recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</FrameLayout>