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

Commit 232c88f3 authored by cketti's avatar cketti
Browse files

The theme changes also crashed Honeycomb devices; more fixing

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

</resources>