2017-01-10 17:05:03 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2023-08-28 09:36:13 +00:00
|
|
|
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2018-12-04 13:28:03 +00:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2020-01-10 13:38:58 +00:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2023-08-28 09:36:13 +00:00
|
|
|
android:id="@+id/refresh_layout"
|
2020-01-10 13:38:58 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent">
|
2023-08-28 09:36:13 +00:00
|
|
|
|
2024-09-24 13:22:18 +00:00
|
|
|
<include
|
|
|
|
|
android:id="@+id/content"
|
|
|
|
|
layout="@layout/fragment_subscription_content" />
|
2023-08-28 09:36:13 +00:00
|
|
|
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
|