mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
Use real holo background on ICS+.
This commit is contained in:
parent
d92a30f807
commit
4b0c969138
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user