mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Add bookmarking to chapter selection menu (closes #1065)
This commit is contained in:
		| @@ -15,6 +15,16 @@ | ||||
|         android:title="@string/action_delete" | ||||
|         app:showAsAction="ifRoom" /> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_bookmark" | ||||
|         android:title="@string/action_bookmark" | ||||
|         android:visible="true" /> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_remove_bookmark" | ||||
|         android:title="@string/action_remove_bookmark" | ||||
|         android:visible="true" /> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_mark_as_read" | ||||
|         android:icon="@drawable/ic_done_all_white_24dp" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user