habitica-android/Habitica/res/layout/fragment_subscription.xml

13 lines
550 B
XML
Raw Normal View History

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"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
2023-08-28 09:36:13 +00:00
android:id="@+id/refresh_layout"
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>