mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	Split out appearance settings from general section
This commit is contained in:
		
							
								
								
									
										21
									
								
								app/src/main/res/drawable/ic_palette_24dp.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								app/src/main/res/drawable/ic_palette_24dp.xml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | ||||
| <vector xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     android:width="24dp" | ||||
|     android:height="24dp" | ||||
|     android:viewportWidth="24" | ||||
|     android:viewportHeight="24"> | ||||
|   <path | ||||
|       android:fillColor="@android:color/black" | ||||
|       android:pathData="M12,22C6.49,22 2,17.51 2,12S6.49,2 12,2s10,4.04 10,9c0,3.31 -2.69,6 -6,6h-1.77c-0.28,0 -0.5,0.22 -0.5,0.5 0,0.12 0.05,0.23 0.13,0.33 0.41,0.47 0.64,1.06 0.64,1.67 0,1.38 -1.12,2.5 -2.5,2.5zM12,4c-4.41,0 -8,3.59 -8,8s3.59,8 8,8c0.28,0 0.5,-0.22 0.5,-0.5 0,-0.16 -0.08,-0.28 -0.14,-0.35 -0.41,-0.46 -0.63,-1.05 -0.63,-1.65 0,-1.38 1.12,-2.5 2.5,-2.5L16,15c2.21,0 4,-1.79 4,-4 0,-3.86 -3.59,-7 -8,-7z"/> | ||||
|   <path | ||||
|       android:fillColor="@android:color/black" | ||||
|       android:pathData="M6.5,11.5m-1.5,0a1.5,1.5 0,1 1,3 0a1.5,1.5 0,1 1,-3 0"/> | ||||
|   <path | ||||
|       android:fillColor="@android:color/black" | ||||
|       android:pathData="M9.5,7.5m-1.5,0a1.5,1.5 0,1 1,3 0a1.5,1.5 0,1 1,-3 0"/> | ||||
|   <path | ||||
|       android:fillColor="@android:color/black" | ||||
|       android:pathData="M14.5,7.5m-1.5,0a1.5,1.5 0,1 1,3 0a1.5,1.5 0,1 1,-3 0"/> | ||||
|   <path | ||||
|       android:fillColor="@android:color/black" | ||||
|       android:pathData="M17.5,11.5m-1.5,0a1.5,1.5 0,1 1,3 0a1.5,1.5 0,1 1,-3 0"/> | ||||
| </vector> | ||||
| @@ -134,6 +134,7 @@ | ||||
|     <!-- Preferences --> | ||||
|       <!-- Subsections --> | ||||
|     <string name="pref_category_general">General</string> | ||||
|     <string name="pref_category_appearance">Appearance</string> | ||||
|     <string name="pref_category_library">Library</string> | ||||
|     <string name="pref_category_reader">Reader</string> | ||||
|     <string name="pref_category_downloads">Downloads</string> | ||||
| @@ -158,14 +159,20 @@ | ||||
|     <string name="theme_yinyang">Yin & Yang</string> | ||||
|     <string name="theme_yotsuba">Yotsuba</string> | ||||
|     <string name="pref_dark_theme_pure_black">Pure black dark mode</string> | ||||
|     <string name="pref_start_screen">Start screen</string> | ||||
|     <string name="pref_date_format">Date format</string> | ||||
|     <string name="pref_confirm_exit">Confirm exit</string> | ||||
|     <string name="pref_hide_bottom_bar_on_scroll">Hide bottom bar on scroll</string> | ||||
|     <string name="pref_category_layout">Layout</string> | ||||
|     <string name="pref_side_nav_icon_alignment">Side navigation icon alignment</string> | ||||
|     <string name="alignment_top">Top</string> | ||||
|     <string name="alignment_center">Center</string> | ||||
|     <string name="alignment_bottom">Bottom</string> | ||||
|     <string name="pref_hide_bottom_bar_on_scroll">Hide bottom bar on scroll</string> | ||||
|     <string name="pref_category_timestamps">Timestamps</string> | ||||
|     <string name="pref_relative_format">Relative timestamps</string> | ||||
|     <string name="pref_relative_time_short">Short (Today, Yesterday)</string> | ||||
|     <string name="pref_relative_time_long">Long (Short+, n days ago)</string> | ||||
|     <string name="pref_date_format">Date format</string> | ||||
|  | ||||
|     <string name="pref_start_screen">Start screen</string> | ||||
|     <string name="pref_confirm_exit">Confirm exit</string> | ||||
|     <string name="pref_manage_notifications">Manage notifications</string> | ||||
|  | ||||
|     <string name="pref_category_security">Security</string> | ||||
| @@ -193,9 +200,6 @@ | ||||
|         <item quantity="one">Yesterday</item> | ||||
|         <item quantity="other">%1$d days ago</item> | ||||
|     </plurals> | ||||
|     <string name="pref_relative_format">Relative timestamps</string> | ||||
|     <string name="pref_relative_time_short">Short (Today, Yesterday)</string> | ||||
|     <string name="pref_relative_time_long">Long (Short+, n days ago)</string> | ||||
|  | ||||
|       <!-- Library section --> | ||||
|     <string name="pref_category_display">Display</string> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user