|
@@ -32,7 +32,7 @@
|
|
android:largeHeap="true"
|
|
android:largeHeap="true"
|
|
android:requestLegacyExternalStorage="true"
|
|
android:requestLegacyExternalStorage="true"
|
|
android:roundIcon="@mipmap/ic_launcher_round"
|
|
android:roundIcon="@mipmap/ic_launcher_round"
|
|
- android:theme="@style/Theme.Tachiyomi.Light"
|
|
|
|
|
|
+ android:theme="@style/Theme.Base"
|
|
android:networkSecurityConfig="@xml/network_security_config">
|
|
android:networkSecurityConfig="@xml/network_security_config">
|
|
<activity
|
|
<activity
|
|
android:name=".ui.main.MainActivity"
|
|
android:name=".ui.main.MainActivity"
|
|
@@ -84,7 +84,7 @@
|
|
</activity>
|
|
</activity>
|
|
<activity
|
|
<activity
|
|
android:name=".ui.security.BiometricUnlockActivity"
|
|
android:name=".ui.security.BiometricUnlockActivity"
|
|
- android:theme="@style/Theme.Splash" />
|
|
|
|
|
|
+ android:theme="@style/Theme.Base" />
|
|
<activity
|
|
<activity
|
|
android:name=".ui.webview.WebViewActivity"
|
|
android:name=".ui.webview.WebViewActivity"
|
|
android:configChanges="uiMode|orientation|screenSize" />
|
|
android:configChanges="uiMode|orientation|screenSize" />
|