wulkanowy-mod/app/src/main/res/layout/fragment_more.xml

13 lines
481 B
XML
Raw Normal View History

2018-10-22 15:47:54 -05:00
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
2021-06-21 03:29:04 -05:00
xmlns:tools="http://schemas.android.com/tools"
2018-10-22 15:47:54 -05:00
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/moreRecycler"
android:layout_width="match_parent"
2021-06-21 03:29:04 -05:00
android:layout_height="match_parent"
tools:listitem="@layout/item_more" />
2018-10-22 15:47:54 -05:00
</FrameLayout>