mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Add a new screen to help migrating manga from sources
This commit is contained in:
		| @@ -27,4 +27,9 @@ | ||||
|         android:title="@string/action_edit_categories" | ||||
|         app:showAsAction="never"/> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_source_migration" | ||||
|         android:title="Source migration" | ||||
|         app:showAsAction="never"/> | ||||
|  | ||||
| </menu> | ||||
|   | ||||
							
								
								
									
										11
									
								
								app/src/main/res/menu/migration.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								app/src/main/res/menu/migration.xml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <menu xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     xmlns:app="http://schemas.android.com/apk/res-auto"> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_change_source" | ||||
|         android:icon="@drawable/ic_filter_list_white_24dp" | ||||
|         android:title="@string/action_filter" | ||||
|         app:showAsAction="always"/> | ||||
|  | ||||
| </menu> | ||||
		Reference in New Issue
	
	Block a user