9 lines
397 B
XML
9 lines
397 B
XML
<resources>
|
|
<!-- Dark backdrop needs light status-bar icons; the base theme's `true` is
|
|
only right for the light window background. -->
|
|
<style name="Theme.Calendula" parent="Theme.AppCompat.DayNight.NoActionBar">
|
|
<item name="android:windowBackground">@color/window_background</item>
|
|
<item name="android:windowLightStatusBar">false</item>
|
|
</style>
|
|
</resources>
|