Remove unneeded swipe refresh

This commit is contained in:
len
2016-06-05 11:54:35 +02:00
parent 6687c80b2d
commit 156e43290e
3 changed files with 3 additions and 46 deletions

View File

@@ -5,20 +5,11 @@
android:layout_height="match_parent"
android:orientation="vertical">
<android.support.v4.widget.SwipeRefreshLayout
android:id="@+id/swipe_refresh"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<android.support.v7.widget.RecyclerView
<android.support.v7.widget.RecyclerView
android:id="@+id/recycler"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:descendantFocusability="blocksDescendants"
tools:listitem="@layout/item_recent_chapter">
</android.support.v7.widget.RecyclerView>
</android.support.v4.widget.SwipeRefreshLayout>
tools:listitem="@layout/item_recent_chapter"/>
</RelativeLayout>