mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-04-03 07:14:28 +02:00
14 lines
513 B
XML
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> |