mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Allow excluding categories from library update
Closes #3467, #4661, #1839 Supersedes #4474
This commit is contained in:
		
							
								
								
									
										15
									
								
								app/src/main/res/layout/md_listitem_quadstatemultichoice.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								app/src/main/res/layout/md_listitem_quadstatemultichoice.xml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     xmlns:tools="http://schemas.android.com/tools" | ||||
|     style="@style/MD_ListItem.Choice"> | ||||
|  | ||||
|     <eu.kanade.tachiyomi.widget.materialdialogs.QuadStateCheckBox | ||||
|         android:id="@+id/md_quad_state_control" | ||||
|         style="@style/MD_ListItem_Control" /> | ||||
|  | ||||
|     <com.afollestad.materialdialogs.internal.rtl.RtlTextView | ||||
|         android:id="@+id/md_quad_state_title" | ||||
|         style="@style/MD_ListItemText.Choice" | ||||
|         tools:text="Item" /> | ||||
|  | ||||
| </LinearLayout> | ||||
| @@ -225,6 +225,9 @@ | ||||
|     </plurals> | ||||
|     <string name="pref_library_update_categories">Categories to include in global update</string> | ||||
|     <string name="all">All</string> | ||||
|     <string name="none">None</string> | ||||
|     <string name="include">Include: %s</string> | ||||
|     <string name="exclude">Exclude: %s</string> | ||||
|  | ||||
|       <!-- Extension section --> | ||||
|     <string name="all_lang">All</string> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user