forked from organicmaps/organicmaps
[android] fix: Night mode was not applied to main activity.
This commit is contained in:
parent
3cb4bfe531
commit
50ff16f269
1 changed files with 5 additions and 1 deletions
|
@ -9,7 +9,11 @@
|
|||
<item name="android:windowBackground">@null</item>
|
||||
</style>
|
||||
|
||||
<style name="MwmTheme.Night.MainActivity" parent="MwmTheme.MainActivity"/>
|
||||
<style name="MwmTheme.Night.MainActivity">
|
||||
<item name="android:colorPrimaryDark" tools:targetApi="lollipop">@android:color/black</item>
|
||||
<item name="android:timePickerStyle" tools:targetApi="lollipop">@style/MwmWidget.Editor.TimePicker</item>
|
||||
<item name="android:windowBackground">@null</item>
|
||||
</style>
|
||||
|
||||
<style name="MwmTheme.Settings"/>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue