Revert "Switch to base themes again"

This reverts commit 0b1f278d47.
pull/215/head
M66B 8 months ago
parent 10deff8c7e
commit 4cd33bac1f

@ -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

Loading…
Cancel
Save