From 034a4348c1edfb8a17d0c30b5efcbec90776d31a Mon Sep 17 00:00:00 2001 From: cketti Date: Sun, 3 Feb 2013 15:06:27 +0100 Subject: [PATCH] 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. --- AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index df007da6c..116696f37 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -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" >