mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Automatic background color for PagerViewer (#4996)
* Add J2K implementation of automatic background Co-authored-by: Jays2Kings <8617760+Jays2Kings@users.noreply.github.com> * Tweak the monstrosity called automatic background * Add ability to choose Automatic as a background * More tweaks Co-authored-by: Jays2Kings <8617760+Jays2Kings@users.noreply.github.com>
This commit is contained in:
		| @@ -13,12 +13,14 @@ | ||||
|         <item>@string/black_background</item> | ||||
|         <item>@string/gray_background</item> | ||||
|         <item>@string/white_background</item> | ||||
|         <item>@string/automatic_background</item> | ||||
|     </string-array> | ||||
|  | ||||
|     <string-array name="reader_themes_values"> | ||||
|         <item>1</item> | ||||
|         <item>2</item> | ||||
|         <item>0</item> | ||||
|         <item>3</item> | ||||
|     </string-array> | ||||
|  | ||||
|     <string-array name="image_scale_type"> | ||||
|   | ||||
| @@ -300,6 +300,7 @@ | ||||
|     <string name="white_background">White</string> | ||||
|     <string name="gray_background">Gray</string> | ||||
|     <string name="black_background">Black</string> | ||||
|     <string name="automatic_background">Automatic</string> | ||||
|     <string name="pref_viewer_type">Default reading mode</string> | ||||
|     <string name="default_viewer">Default</string> | ||||
|     <string name="default_nav">Default</string> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user