mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 09:52:16 -05:00
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:
parent
565adb8aa3
commit
034a4348c1
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user