tachiyomi/app/src/main/res/layout/fragment_myanimelist.xml

17 lines
538 B
XML
Raw Normal View History

2015-11-25 16:08:24 +01:00
<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.SwipeRefreshLayout
2016-03-12 14:22:40 +01:00
android:id="@+id/swipe_refresh"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
2016-05-13 15:45:36 +02:00
android:orientation="vertical">
2015-11-25 16:08:24 +01:00
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
2015-11-25 16:08:24 +01:00
2016-05-13 15:45:36 +02:00
<include layout="@layout/card_myanimelist_personal"/>
2015-11-25 16:08:24 +01:00
</ScrollView>
</android.support.v4.widget.SwipeRefreshLayout>