Revert "Switch to base themes again"

This reverts commit 0b1f278d47.
This commit is contained in:
M66B 2024-05-28 17:19:33 +02:00
parent 10deff8c7e
commit 4cd33bac1f
1 changed files with 2 additions and 6 deletions

View File

@ -26,10 +26,8 @@
<attr name="colorInfoBackground" format="reference" />
<attr name="activatableItemBackground" format="reference" />
<style name="AppThemeBaseLight" parent="Base.Theme.AppCompat.Light.DarkActionBar">
<style name="AppThemeBaseLight" parent="Theme.AppCompat.Light.NoActionBar">
<item name="themeName">light</item>
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<item name="android:forceDarkAllowed" tools:targetApi="q">false</item>
<item name="android:windowSplashScreenBackground" tools:targetApi="s">
@color/splashBackground
@ -102,10 +100,8 @@
<item name="viewInflaterClass">eu.faircode.email.AppCompatViewInflaterEx</item>
</style>
<style name="AppThemeBaseDark" parent="Base.Theme.AppCompat">
<style name="AppThemeBaseDark" parent="Theme.AppCompat.NoActionBar">
<item name="themeName">dark</item>
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<item name="android:forceDarkAllowed" tools:targetApi="q">false</item>
<item name="android:windowSplashScreenBackground" tools:targetApi="s">
@color/splashBackground