forked from organicmaps/organicmaps
[android] Make splash screen navigation bar follow background color
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
This commit is contained in:
parent
1e49ca6a50
commit
d26f7f35e9
1 changed files with 2 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue