All checks were successful
Reviewed-on: https://codeberg.org/jlmakiola/calendula/pulls/172
11 lines
628 B
XML
11 lines
628 B
XML
<resources xmlns:tools="http://schemas.android.com/tools">
|
|
<!-- AppCompat (DayNight) parent so MainActivity can be an AppCompatActivity,
|
|
which is required for AppCompatDelegate.setApplicationLocales (the in-app
|
|
language picker) to sync to the system. Actual colours are driven by the
|
|
Compose theme; this is essentially the launch/backdrop theme. -->
|
|
<style name="Theme.Calendula" parent="Theme.AppCompat.DayNight.NoActionBar">
|
|
<item name="android:windowBackground">@color/window_background</item>
|
|
<item name="android:windowLightStatusBar">true</item>
|
|
</style>
|
|
</resources>
|