mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Clean up strings and resources (#8253)
* Clean up strings and resources * fix pringle's typo * restore catching file pick errors * add back file chooser title * revert #7740 and remove try-catch of chooser-wrapped intent * swap xmlns lines * swap xml tools lines
This commit is contained in:
		| @@ -1,44 +0,0 @@ | ||||
| <?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/reorder" | ||||
|         android:title="@string/action_reorganize_by" | ||||
|         app:showAsAction="never"> | ||||
|         <menu> | ||||
|             <item | ||||
|                 android:id="@+id/action_sort_date" | ||||
|                 android:title="@string/action_order_by_upload_date" | ||||
|                 app:showAsAction="never"> | ||||
|                 <menu> | ||||
|                     <item | ||||
|                         android:id="@+id/newest" | ||||
|                         android:title="@string/action_newest" /> | ||||
|                     <item | ||||
|                         android:id="@+id/oldest" | ||||
|                         android:title="@string/action_oldest" /> | ||||
|                 </menu> | ||||
|             </item> | ||||
|             <item | ||||
|                 android:id="@+id/action_sort_chapter" | ||||
|                 android:title="@string/action_order_by_chapter_number" | ||||
|                 app:showAsAction="never"> | ||||
|                 <menu> | ||||
|                     <item | ||||
|                         android:id="@+id/asc" | ||||
|                         android:title="@string/action_asc" /> | ||||
|                     <item | ||||
|                         android:id="@+id/desc" | ||||
|                         android:title="@string/action_desc" /> | ||||
|                 </menu> | ||||
|             </item> | ||||
|         </menu> | ||||
|     </item> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/clear_queue" | ||||
|         android:title="@string/action_cancel_all" | ||||
|         app:showAsAction="never" /> | ||||
|  | ||||
| </menu> | ||||
		Reference in New Issue
	
	Block a user