Set Theme.K9.Light in the manifest to get a nice startup animation

This will still look bad when the user is using the dark theme. But at
least there will be no flash of a dark actionbar when using the light
theme.
This commit is contained in:
cketti 2013-02-03 15:06:27 +01:00
parent 565adb8aa3
commit 034a4348c1
1 changed files with 1 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.Sherlock.Light.DarkActionBar"
android:theme="@style/Theme.K9.Light"
>
<meta-data android:name="android.app.default_searchable"
android:value=".activity.Search" />