szkolny/material-about-library/src/main/res/layout/mal_material_about_fragment.xml
2019-09-18 22:29:09 +02:00

14 lines
513 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/mal_recyclerview"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
android:paddingBottom="@dimen/mal_baseline_half"/>
</FrameLayout>