Optimize startup theme for users not overriding the system theme
This will bring back the "white flash" for users on Android 9+ who use a light theme for the system UI but configured K-9 Mail to use its dark theme. But it gives a much better user experience when using the default theme setting ("Use system default").
This commit is contained in:
parent
11d556c21a
commit
c01ec3a9bf
1 changed files with 4 additions and 0 deletions
4
app/ui/src/main/res/values-v28/themes.xml
Normal file
4
app/ui/src/main/res/values-v28/themes.xml
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="Theme.K9.Startup" parent="Theme.K9.DayNight" />
|
||||
</resources>
|
Loading…
Reference in a new issue