Skip to content

Commit

Permalink
Use a dark startup animation
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Apr 24, 2013
1 parent 1c72287 commit 620f56c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Expand Up @@ -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" />
Expand Down
4 changes: 4 additions & 0 deletions res/values/themes.xml
@@ -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>
Expand Down

0 comments on commit 620f56c

Please sign in to comment.