Lacerta/feature/setting/src/main/res/layout/fragment_setting_top.xml

11 lines
418 B
XML
Raw Normal View History

2024-01-20 06:08:44 +00:00
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
2024-01-20 06:10:52 +00:00
xmlns:app="http://schemas.android.com/apk/res-auto"
2024-01-20 06:08:44 +00:00
android:layout_width="match_parent"
2024-01-22 02:04:21 +00:00
android:layout_height="match_parent">
2024-01-20 06:08:44 +00:00
2024-01-22 02:04:21 +00:00
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/setting_item_recycler_view"
2024-01-20 06:08:44 +00:00
android:layout_width="match_parent"
2024-01-22 02:04:21 +00:00
android:layout_height="match_parent" />
2024-01-20 06:08:44 +00:00
</FrameLayout>