TiebaLite/app/src/main/res/layout/fragment_forum.xml

13 lines
622 B
XML
Raw Normal View History

2020-04-05 13:15:03 +08:00
<?xml version="1.0" encoding="utf-8"?>
2020-08-15 22:05:07 +08:00
<com.huanchengfly.tieba.post.widgets.theme.TintSwipeRefreshLayout
2020-04-05 13:15:03 +08:00
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/refresh"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".fragments.ForumFragment">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent" />
2020-08-15 22:05:07 +08:00
</com.huanchengfly.tieba.post.widgets.theme.TintSwipeRefreshLayout>