mirror of https://github.com/M66B/FairEmail.git
Switch to base themes again
This commit is contained in:
parent
6bba54296d
commit
0b1f278d47
|
@ -26,8 +26,10 @@
|
|||
<attr name="colorInfoBackground" 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="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
|
||||
|
@ -100,8 +102,10 @@
|
|||
<item name="viewInflaterClass">eu.faircode.email.AppCompatViewInflaterEx</item>
|
||||
</style>
|
||||
|
||||
<style name="AppThemeBaseDark" parent="Theme.AppCompat.NoActionBar">
|
||||
<style name="AppThemeBaseDark" parent="Base.Theme.AppCompat">
|
||||
<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…
Reference in New Issue