mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Downloads with conductor. Remove flexible adapter 4 dependency and unused classes.
This commit is contained in:
		| @@ -1,42 +1,22 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     android:layout_width="match_parent" | ||||
|     android:layout_height="match_parent" | ||||
| <FrameLayout | ||||
|     xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     xmlns:tools="http://schemas.android.com/tools" | ||||
|     android:fitsSystemWindows="true"> | ||||
|     android:id="@+id/frame_container" | ||||
|     android:layout_width="match_parent" | ||||
|     android:layout_height="match_parent"> | ||||
|  | ||||
|     <LinearLayout | ||||
|     <android.support.v7.widget.RecyclerView | ||||
|         android:layout_width="match_parent" | ||||
|         android:layout_height="match_parent" | ||||
|         android:orientation="vertical"> | ||||
|         android:layout_height="wrap_content" | ||||
|         android:id="@+id/recycler" | ||||
|         tools:listitem="@layout/item_download"/> | ||||
|  | ||||
|         <android.support.design.widget.AppBarLayout | ||||
|             android:id="@+id/appbar" | ||||
|             android:layout_width="match_parent" | ||||
|             android:layout_height="wrap_content"> | ||||
|     <eu.kanade.tachiyomi.widget.EmptyView | ||||
|         android:id="@+id/empty_view" | ||||
|         android:layout_width="wrap_content" | ||||
|         android:layout_height="wrap_content" | ||||
|         android:layout_gravity="center" | ||||
|         android:visibility="gone"/> | ||||
|  | ||||
|             <include layout="@layout/toolbar"/> | ||||
|  | ||||
|         </android.support.design.widget.AppBarLayout> | ||||
|  | ||||
|         <FrameLayout | ||||
|             android:id="@+id/frame_container" | ||||
|             android:layout_width="match_parent" | ||||
|             android:layout_height="match_parent"> | ||||
|  | ||||
|             <android.support.v7.widget.RecyclerView | ||||
|                 android:layout_width="match_parent" | ||||
|                 android:layout_height="wrap_content" | ||||
|                 android:id="@+id/recycler" | ||||
|                 tools:listitem="@layout/item_download"/> | ||||
|  | ||||
|             <eu.kanade.tachiyomi.widget.EmptyView | ||||
|                 android:id="@+id/empty_view" | ||||
|                 android:layout_width="wrap_content" | ||||
|                 android:layout_height="wrap_content" | ||||
|                 android:layout_gravity="center" | ||||
|                 android:visibility="gone"/> | ||||
|         </FrameLayout> | ||||
|     </LinearLayout> | ||||
|  | ||||
| </android.support.design.widget.CoordinatorLayout> | ||||
| </FrameLayout> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user