mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Added option to bookmark single chapter (#496)
* Added option to bookmark single chapter * Fixes
This commit is contained in:
		
				
					committed by
					
						 inorichi
						inorichi
					
				
			
			
				
	
			
			
			
						parent
						
							b418169c20
						
					
				
				
					commit
					125f1ae34c
				
			| @@ -5,8 +5,6 @@ | ||||
|                 android:layout_width="fill_parent" | ||||
|                 android:layout_height="?android:attr/listPreferredItemHeight" | ||||
|                 android:background="?attr/selectable_list_drawable"> | ||||
|  | ||||
|  | ||||
|     <RelativeLayout | ||||
|         android:layout_width="match_parent" | ||||
|         android:layout_height="match_parent" | ||||
|   | ||||
| @@ -6,6 +6,14 @@ | ||||
|           android:title="@string/action_download" | ||||
|           android:visible="true" /> | ||||
|  | ||||
|     <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_delete" | ||||
|           android:title="@string/action_delete" | ||||
|           android:visible="false" /> | ||||
|   | ||||
| @@ -20,6 +20,10 @@ | ||||
|                 android:id="@+id/action_filter_downloaded" | ||||
|                 android:checkable="true" | ||||
|                 android:title="@string/action_filter_downloaded"/> | ||||
|             <item | ||||
|                 android:id="@+id/action_filter_bookmarked" | ||||
|                 android:checkable="true" | ||||
|                 android:title="@string/action_filter_bookmarked"/> | ||||
|             <item | ||||
|                 android:id="@+id/action_filter_empty" | ||||
|                 android:title="@string/action_filter_empty"/> | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|     <string name="action_settings">Settings</string> | ||||
|     <string name="action_filter">Filter</string> | ||||
|     <string name="action_filter_downloaded">Downloaded</string> | ||||
|     <string name="action_filter_bookmarked">Bookmarked</string> | ||||
|     <string name="action_filter_unread">Unread</string> | ||||
|     <string name="action_filter_read">Read</string> | ||||
|     <string name="action_filter_empty">Remove filter</string> | ||||
| @@ -28,6 +29,8 @@ | ||||
|     <string name="action_mark_as_unread">Mark as unread</string> | ||||
|     <string name="action_mark_previous_as_read">Mark previous as read</string> | ||||
|     <string name="action_download">Download</string> | ||||
|     <string name="action_bookmark">Bookmark</string> | ||||
|     <string name="action_remove_bookmark">Remove bookmark</string> | ||||
|     <string name="action_delete">Delete</string> | ||||
|     <string name="action_update">Update</string> | ||||
|     <string name="action_update_library">Update library</string> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user