mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Remove unneeded swipe refresh
This commit is contained in:
		| @@ -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> | ||||
		Reference in New Issue
	
	Block a user