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

Commit 620f56ce authored by cketti's avatar cketti
Browse files

Use a dark startup animation

parent 1c722876
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@
        android:label="@string/app_name"
        android:name="K9"
        android:allowTaskReparenting="false"
        android:theme="@style/Theme.K9.Light"
        android:theme="@style/Theme.K9.Startup"
        >
        <meta-data android:name="android.app.default_searchable"
                   android:value=".activity.Search" />
+4 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android">

    <style name="Theme.K9.Startup" parent="Theme.Sherlock.NoActionBar">
        <item name="android:windowBackground">@android:color/black</item>
    </style>

    <style name="Theme.K9.Light.Base" parent="Theme.Sherlock.Light">
        <item name="iconFolder">@drawable/folder_light</item>
        <item name="iconListItemMenu">@drawable/dropdown_ic_arrow_normal_holo_light</item>