1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Fix crash on Android 2.x caused by the "flicker" fix

This commit is contained in:
cketti 2013-05-04 08:23:54 +02:00
parent c7024af9a1
commit 56aad98d85
2 changed files with 5 additions and 3 deletions

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.Dark" parent="Theme.K9.Dark.Base">
<item name="composerBackgroundColor">@android:color/background_dark</item>
</style>

View File

@ -1,9 +1,7 @@
<?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.Startup" parent="Theme.K9.Dark" />
<style name="Theme.K9.Light.Base" parent="Theme.Sherlock.Light">
<item name="iconFolder">@drawable/folder_light</item>