[android] fix: Night mode was not applied to main activity.

This commit is contained in:
Alexander Marchuk 2016-01-27 13:01:33 +03:00 committed by Sergey Yershov
parent 3cb4bfe531
commit 50ff16f269

View file

@ -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"/>