mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Merge sources and extensions into one view
This commit is contained in:
		| @@ -1,9 +0,0 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <shape xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     android:shape="rectangle"> | ||||
|     <corners android:radius="13dp" /> | ||||
|     <size | ||||
|         android:width="25dp" | ||||
|         android:height="25dp" /> | ||||
|     <solid android:color="?attr/colorError" /> | ||||
| </shape> | ||||
| @@ -5,7 +5,7 @@ | ||||
|     android:id="@id/swipe_refresh" | ||||
|     android:layout_width="match_parent" | ||||
|     android:layout_height="match_parent" | ||||
|     tools:context="eu.kanade.tachiyomi.ui.source.browse.BrowseSourceController"> | ||||
|     tools:context=".ui.browse.source.browse.BrowseSourceController"> | ||||
|  | ||||
|     <androidx.core.widget.NestedScrollView | ||||
|         android:layout_width="match_parent" | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <androidx.viewpager.widget.ViewPager xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     android:id="@+id/manga_pager" | ||||
|     android:id="@+id/pager" | ||||
|     android:layout_width="match_parent" | ||||
|     android:layout_height="match_parent" /> | ||||
| @@ -1,12 +0,0 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <TextView xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     xmlns:tools="http://schemas.android.com/tools" | ||||
|     android:id="@+id/badge" | ||||
|     android:layout_width="wrap_content" | ||||
|     android:layout_height="wrap_content" | ||||
|     android:background="@drawable/round_textview_background" | ||||
|     android:gravity="center" | ||||
|     android:padding="3dp" | ||||
|     android:textAppearance="@style/TextAppearance.MaterialComponents.Badge" | ||||
|     android:textStyle="bold" | ||||
|     tools:text="3" /> | ||||
| @@ -14,7 +14,7 @@ | ||||
|             android:layout_width="match_parent" | ||||
|             android:layout_height="match_parent" | ||||
|             android:orientation="vertical" | ||||
|             tools:context="eu.kanade.tachiyomi.ui.source.browse.BrowseSourceController"> | ||||
|             tools:context=".ui.browse.source.browse.BrowseSourceController"> | ||||
|  | ||||
|             <ProgressBar | ||||
|                 android:id="@+id/progress" | ||||
|   | ||||
| @@ -13,9 +13,9 @@ | ||||
|         android:icon="@drawable/ic_history_24dp" | ||||
|         android:title="@string/label_recent_manga" /> | ||||
|     <item | ||||
|         android:id="@+id/nav_sources" | ||||
|         android:id="@+id/nav_browse" | ||||
|         android:icon="@drawable/ic_explore_state" | ||||
|         android:title="@string/label_sources" /> | ||||
|         android:title="@string/browse" /> | ||||
|     <item | ||||
|         android:id="@+id/nav_more" | ||||
|         android:icon="@drawable/ic_more_horiz_24dp" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user