1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-23 18:02:15 -05:00

Use a dark startup animation

This commit is contained in:
cketti 2013-04-16 18:48:23 +02:00
parent 1c722876f1
commit 620f56ceff
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -1,6 +1,10 @@
<?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>