2019-08-26 20:54:20 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2020-05-10 10:39:10 +02:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2019-08-26 20:54:20 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
|
android:id="@+id/aboutRecycler"
|
|
|
|
android:layout_width="match_parent"
|
2020-05-10 10:39:10 +02:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
tools:listitem="@layout/item_about" />
|
2019-08-26 20:54:20 +02:00
|
|
|
</FrameLayout>
|