mirror of
https://github.com/moparisthebest/k-9
synced 2025-03-02 17:41:57 -05:00
Fix crash on Android 2.x caused by the "flicker" fix
This commit is contained in:
parent
c7024af9a1
commit
56aad98d85
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user