mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Add chapter bookmarking feature to Updates screen (#5984)
This commit is contained in:
		| @@ -16,6 +16,20 @@ | ||||
|         app:iconTint="?attr/colorOnToolbar" | ||||
|         app:showAsAction="always" /> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_bookmark" | ||||
|         android:icon="@drawable/ic_bookmark_border_24dp" | ||||
|         android:title="@string/action_bookmark" | ||||
|         app:iconTint="?attr/colorOnToolbar" | ||||
|         app:showAsAction="always" /> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_remove_bookmark" | ||||
|         android:icon="@drawable/ic_bookmark_24dp" | ||||
|         android:title="@string/action_remove_bookmark" | ||||
|         app:iconTint="?attr/colorOnToolbar" | ||||
|         app:showAsAction="always" /> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_mark_as_read" | ||||
|         android:icon="@drawable/ic_done_24dp" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user