mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Move delete action to match placement in library_selection.xml (#6869)
Move delete icon to far right in chapter_selection.xml and updates_chapter_selection.xml, for consistency with library_selection.xml
This commit is contained in:
		| @@ -11,14 +11,6 @@ | ||||
|         app:showAsAction="always" | ||||
|         tools:ignore="AlwaysShowAction" /> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_delete" | ||||
|         android:icon="@drawable/ic_delete_24dp" | ||||
|         android:title="@string/action_delete" | ||||
|         app:iconTint="?attr/colorOnSurface" | ||||
|         app:showAsAction="always" | ||||
|         tools:ignore="AlwaysShowAction" /> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_bookmark" | ||||
|         android:icon="@drawable/ic_bookmark_border_24dp" | ||||
| @@ -58,5 +50,12 @@ | ||||
|         app:iconTint="?attr/colorOnSurface" | ||||
|         app:showAsAction="always" | ||||
|         tools:ignore="AlwaysShowAction" /> | ||||
|     <item | ||||
|         android:id="@+id/action_delete" | ||||
|         android:icon="@drawable/ic_delete_24dp" | ||||
|         android:title="@string/action_delete" | ||||
|         app:iconTint="?attr/colorOnSurface" | ||||
|         app:showAsAction="always" | ||||
|         tools:ignore="AlwaysShowAction" /> | ||||
|  | ||||
| </menu> | ||||
|   | ||||
| @@ -11,14 +11,6 @@ | ||||
|         app:showAsAction="always" | ||||
|         tools:ignore="AlwaysShowAction" /> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_delete" | ||||
|         android:icon="@drawable/ic_delete_24dp" | ||||
|         android:title="@string/action_delete" | ||||
|         app:iconTint="?attr/colorOnSurface" | ||||
|         app:showAsAction="always" | ||||
|         tools:ignore="AlwaysShowAction" /> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_bookmark" | ||||
|         android:icon="@drawable/ic_bookmark_border_24dp" | ||||
| @@ -50,5 +42,12 @@ | ||||
|         app:iconTint="?attr/colorOnSurface" | ||||
|         app:showAsAction="always" | ||||
|         tools:ignore="AlwaysShowAction" /> | ||||
|     <item | ||||
|         android:id="@+id/action_delete" | ||||
|         android:icon="@drawable/ic_delete_24dp" | ||||
|         android:title="@string/action_delete" | ||||
|         app:iconTint="?attr/colorOnSurface" | ||||
|         app:showAsAction="always" | ||||
|         tools:ignore="AlwaysShowAction" /> | ||||
|  | ||||
| </menu> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user