From 63fa1ee75e46e821c121d318b4d630a1a1f861a2 Mon Sep 17 00:00:00 2001 From: Fernando Maldonado Date: Mon, 19 Apr 2021 09:16:25 -0500 Subject: [PATCH] Fix status bar icon colors in webview activity (#4903) * Fixed status bar icon colors in webview activity * Changed theme to Theme.Base * Changed app theme to Theme.Base * Update themes.xml Co-authored-by: arkon (cherry picked from commit 24a2d86f41450bd606e509268f38a57c4f079b53) --- app/src/main/AndroidManifest.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 5cff3b59f..a3663de98 100755 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -33,7 +33,7 @@ android:largeHeap="true" android:requestLegacyExternalStorage="true" android:roundIcon="@mipmap/ic_launcher_round" - android:theme="@style/Theme.Tachiyomi.Light" + android:theme="@style/Theme.Base" android:networkSecurityConfig="@xml/network_security_config"> + android:theme="@style/Theme.Base" /> @@ -200,7 +200,7 @@ + android:theme="@style/Theme.Base"> @@ -374,7 +374,7 @@ + android:theme="@style/Theme.Base" />