mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Add icon for mark previous as read
This commit is contained in:
		| @@ -18,14 +18,14 @@ | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_bookmark" | ||||
|         android:icon="@drawable/ic_bookmark_border_white_24dp" | ||||
|         android:icon="@drawable/ic_bookmark_border_24dp" | ||||
|         android:title="@string/action_bookmark" | ||||
|         app:iconTint="?attr/colorOnPrimary" | ||||
|         app:showAsAction="always" /> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_remove_bookmark" | ||||
|         android:icon="@drawable/ic_bookmark_white_24dp" | ||||
|         android:icon="@drawable/ic_bookmark_24dp" | ||||
|         android:title="@string/action_remove_bookmark" | ||||
|         app:iconTint="?attr/colorOnPrimary" | ||||
|         app:showAsAction="always" /> | ||||
| @@ -46,7 +46,9 @@ | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_mark_previous_as_read" | ||||
|         android:icon="@drawable/ic_done_prev_24dp" | ||||
|         android:title="@string/action_mark_previous_as_read" | ||||
|         app:showAsAction="never" /> | ||||
|         app:iconTint="?attr/colorOnPrimary" | ||||
|         app:showAsAction="always" /> | ||||
|  | ||||
| </menu> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user