[android] Make splash screen navigation bar follow background color

Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
This commit is contained in:
Arnaud Vergnet 2022-09-07 11:32:14 +02:00 committed by Viktor Govako
parent 1e49ca6a50
commit d26f7f35e9

View file

@ -6,11 +6,13 @@
<style name="MwmTheme.Splash">
<item name="android:windowBackground">@color/bg_primary</item>
<item name="android:textColorPrimary">@color/white_primary</item>
<item name="android:navigationBarColor">@color/bg_primary</item>
</style>
<style name="MwmTheme.Night.Splash">
<item name="android:windowBackground">@color/bg_primary_night</item>
<item name="android:textColorPrimary">@color/white_primary</item>
<item name="android:navigationBarColor">@color/bg_primary_night</item>
</style>
<style name="MwmTheme.MainActivity">