1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-23 18:02:15 -05:00

The theme changes also crashed Honeycomb devices; more fixing

This commit is contained in:
cketti 2013-05-05 06:02:39 +02:00
parent edf75ec05a
commit 232c88f33a
2 changed files with 9 additions and 3 deletions

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

View File

@ -0,0 +1,8 @@
<?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>