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:
parent
edf75ec05a
commit
232c88f33a
@ -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>
|
||||
|
8
res/values-v14/themes.xml
Normal file
8
res/values-v14/themes.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user