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