mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Move edit cover to manga info
This commit is contained in:
		| @@ -97,6 +97,11 @@ | ||||
|         </menu> | ||||
|     </item> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_edit_cover" | ||||
|         android:title="@string/action_edit_cover" | ||||
|         app:showAsAction="never" /> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_migrate" | ||||
|         android:title="@string/action_migrate" | ||||
|   | ||||
| @@ -2,13 +2,6 @@ | ||||
| <menu xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     xmlns:app="http://schemas.android.com/apk/res-auto"> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_edit_cover" | ||||
|         android:icon="@drawable/ic_edit_24dp" | ||||
|         android:title="@string/action_edit_cover" | ||||
|         app:iconTint="?attr/colorOnPrimary" | ||||
|         app:showAsAction="always" /> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_move_to_category" | ||||
|         android:icon="@drawable/ic_label_24dp" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user