mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Fix webview close button tinting
This commit is contained in:
		| @@ -4,12 +4,17 @@ | ||||
|     <!--========--> | ||||
|     <!--Toolbars--> | ||||
|     <!--========--> | ||||
|     <style name="Theme.ActionBar" parent="@style/ThemeOverlay.MaterialComponents.ActionBar" /> | ||||
|     <style name="Theme.Toolbar" parent="@style/ThemeOverlay.MaterialComponents.ActionBar" /> | ||||
|  | ||||
|     <style name="Theme.ActionBar.Light" parent="@style/ThemeOverlay.MaterialComponents.Dark.ActionBar"> | ||||
|     <style name="Theme.Toolbar.Light" parent="@style/ThemeOverlay.MaterialComponents.Dark.ActionBar"> | ||||
|         <item name="popupTheme">@style/ThemeOverlay.MaterialComponents.Light</item> | ||||
|     </style> | ||||
|  | ||||
|     <style name="Theme.Toolbar.Navigation" parent="Widget.AppCompat.Toolbar.Button.Navigation"> | ||||
|         <item name="tint">?attr/colorOnPrimary</item> | ||||
|     </style> | ||||
|  | ||||
|  | ||||
|     <!--===========--> | ||||
|     <!--AlertDialog--> | ||||
|     <!--===========--> | ||||
|   | ||||
| @@ -45,6 +45,7 @@ | ||||
|         <!-- Themes --> | ||||
|         <item name="windowActionModeOverlay">true</item> | ||||
|         <item name="actionBarPopupTheme">@style/ThemeOverlay.MaterialComponents</item> | ||||
|         <item name="toolbarNavigationButtonStyle">@style/Theme.Toolbar.Navigation</item> | ||||
|         <item name="preferenceTheme">@style/PreferenceThemeOverlay</item> | ||||
|         <item name="dialogTheme">@style/Theme.AlertDialog.Light</item> | ||||
|         <item name="alertDialogTheme">@style/Theme.AlertDialog.Dark</item> | ||||
| @@ -77,7 +78,7 @@ | ||||
|         <item name="colorOnPrimary">@color/textColorPrimaryDark</item> | ||||
|         <item name="colorPrimaryDark">@color/colorPrimaryDark</item> | ||||
|  | ||||
|         <item name="actionBarTheme">@style/Theme.ActionBar.Light</item> | ||||
|         <item name="actionBarTheme">@style/Theme.Toolbar.Light</item> | ||||
|     </style> | ||||
|  | ||||
|     <!--=============--> | ||||
| @@ -120,6 +121,7 @@ | ||||
|         <item name="windowActionModeOverlay">true</item> | ||||
|         <item name="actionBarTheme">@style/ThemeOverlay.MaterialComponents.Dark.ActionBar</item> | ||||
|         <item name="actionBarPopupTheme">@style/ThemeOverlay.MaterialComponents</item> | ||||
|         <item name="toolbarNavigationButtonStyle">@style/Theme.Toolbar.Navigation</item> | ||||
|         <item name="preferenceTheme">@style/PreferenceThemeOverlay</item> | ||||
|         <item name="dialogTheme">@style/Theme.AlertDialog.Dark</item> | ||||
|         <item name="alertDialogTheme">@style/Theme.AlertDialog.Dark</item> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user