2019-09-18 22:29:09 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-12-21 20:46:26 +01:00
|
|
|
<!--
|
|
|
|
~ Copyright (c) Kuba Szczodrzyński 2019-11-23.
|
|
|
|
-->
|
2019-09-18 22:29:09 +02:00
|
|
|
|
2019-12-21 20:46:26 +01:00
|
|
|
<layout xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
2019-09-18 22:29:09 +02:00
|
|
|
<pl.szczodrzynski.edziennik.utils.SwipeRefreshLayoutNoIndicator
|
|
|
|
android:id="@+id/refreshLayout"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
2019-12-21 20:46:26 +01:00
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
|
android:id="@+id/list"
|
2019-09-18 22:29:09 +02:00
|
|
|
android:layout_width="match_parent"
|
2019-12-21 20:46:26 +01:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
tools:listitem="@layout/card_home" />
|
2019-09-18 22:29:09 +02:00
|
|
|
|
|
|
|
</pl.szczodrzynski.edziennik.utils.SwipeRefreshLayoutNoIndicator>
|
2019-12-21 20:46:26 +01:00
|
|
|
</layout>
|