Switch to base themes again

pull/215/head
M66B 1 year ago
parent 6bba54296d
commit 0b1f278d47

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

Loading…
Cancel
Save