2018-10-22 22:47:54 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2021-06-21 10:29:04 +02:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2018-10-22 22:47:54 +02: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 10:29:04 +02:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
tools:listitem="@layout/item_more" />
|
2018-10-22 22:47:54 +02:00
|
|
|
</FrameLayout>
|