1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Use real holo background on ICS+.

This commit is contained in:
Danny Baumann 2013-02-12 09:58:04 +01:00
parent d92a30f807
commit 4b0c969138
2 changed files with 2 additions and 4 deletions

View File

@ -1,8 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<!-- We need to override the dark theme to *not* use the workarounds of Theme.K9.Dark in
res/values/ -->
<style name="Theme.K9.Dark" parent="Theme.K9.Dark.Base">
</style>

View File

@ -48,7 +48,6 @@
</style>
<style name="Theme.K9.Dark.Base" parent="Theme.Sherlock">
<item name="android:windowBackground">@android:color/black</item>
<item name="iconFolder">@drawable/folder_dark</item>
<item name="iconListItemMenu">@drawable/dropdown_ic_arrow_normal_holo_dark</item>
<item name="iconMenuInfoDetails">@android:drawable/ic_menu_info_details</item>
@ -97,8 +96,9 @@
<style name="Theme.K9.Light" parent="Theme.K9.Light.Base">
</style>
<!-- Work around some oddities -->
<style name="Theme.K9.Dark" parent="Theme.K9.Dark.Base">
<item name="android:windowBackground">@android:color/black</item>
<!-- Work around some oddities -->
<item name="android:autoCompleteTextViewStyle">@style/Widget.K9.AutoCompleteTextView</item>
<item name="textColorPrimaryRecipientDropdown">@android:color/primary_text_light</item>
<item name="textColorSecondaryRecipientDropdown">@android:color/secondary_text_light</item>