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:
cketti 2019-11-22 04:29:30 +01:00
parent 11d556c21a
commit c01ec3a9bf

View file

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.K9.Startup" parent="Theme.K9.DayNight" />
</resources>