Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 730704d4 authored by Jochen Sprickerhof's avatar Jochen Sprickerhof Committed by GitHub
Browse files

Set staring background color to black (Closes: #409) (#416)

parent 122d01ac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -262,6 +262,7 @@
    <style name="CalendarTheme.WithoutActionBar" parent="CalendarAppTheme">
        <item name="android:endYear">2036</item>
        <item name="android:startYear">1970</item>
        <item name="android:windowBackground">@color/bg_black</item>
    </style>

    <style name="CalendarTheme.WithActionBar" parent="CalendarAppThemeWithActionBar">