Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 56aad98d authored by cketti's avatar cketti
Browse files

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

parent c7024af9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
<?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 −3
Original line number Diff line number Diff line
<?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>