1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-21 18:19:08 -05:00
wulkanowy-mirror/app/src/main/res/layout/fragment_more.xml

11 lines
387 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"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/moreRecycler"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</FrameLayout>