mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Slightly simplify AMOLED theme definition
This commit is contained in:
		@@ -162,10 +162,7 @@
 | 
			
		||||
        <item name="colorPrimaryVariant">@color/colorPrimary</item>
 | 
			
		||||
    </style>
 | 
			
		||||
 | 
			
		||||
    <!--==============-->
 | 
			
		||||
    <!-- Amoled Theme -->
 | 
			
		||||
    <!--==============-->
 | 
			
		||||
    <style name="Theme.Base.Amoled" parent="Theme.Base.Dark">
 | 
			
		||||
    <style name="Theme.Tachiyomi.Amoled" parent="Theme.Base.Dark">
 | 
			
		||||
        <item name="colorPrimary">@color/colorAmoledPrimary</item>
 | 
			
		||||
        <item name="colorPrimaryVariant">@color/colorAmoledPrimary</item>
 | 
			
		||||
        <item name="colorSurface">@color/colorAmoledPrimary</item>
 | 
			
		||||
@@ -180,10 +177,6 @@
 | 
			
		||||
        <item name="colorLibrarySelectionActive">@color/selectorColorDark</item>
 | 
			
		||||
    </style>
 | 
			
		||||
 | 
			
		||||
    <style name="Theme.Tachiyomi.Amoled" parent="Theme.Base.Amoled">
 | 
			
		||||
        <!-- Attributes specific for SDK 16 to SDK 20 -->
 | 
			
		||||
    </style>
 | 
			
		||||
 | 
			
		||||
    <!--==============-->
 | 
			
		||||
    <!-- Reader Theme -->
 | 
			
		||||
    <!--==============-->
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user