mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
tweak list item "read item" background color so you can see the item divider
a bit better
This commit is contained in:
parent
65ed9072bf
commit
b5f31af402
@ -39,7 +39,7 @@
|
||||
<item name="textColorPrimaryRecipientDropdown">@android:color/primary_text_light</item>
|
||||
<item name="textColorSecondaryRecipientDropdown">@android:color/secondary_text_light</item>
|
||||
<item name="messageListSelectedBackgroundColor">#8038B8E2</item>
|
||||
<item name="messageListReadItemBackgroundColor">#80cdcdcd</item>
|
||||
<item name="messageListReadItemBackgroundColor">#c0cdcdcd</item>
|
||||
<item name="messageListUnreadItemBackgroundColor">#00ffffff</item>
|
||||
<item name="messageListThreadCountForegroundColor">?android:attr/colorBackground</item>
|
||||
<item name="messageListThreadCountBackground">@drawable/thread_count_box_light</item>
|
||||
@ -91,7 +91,7 @@
|
||||
<item name="textColorSecondaryRecipientDropdown">@android:color/secondary_text_dark</item>
|
||||
<item name="messageListSelectedBackgroundColor">#8038B8E2</item>
|
||||
<item name="messageListReadItemBackgroundColor">#00000000</item>
|
||||
<item name="messageListUnreadItemBackgroundColor">#805a5a5a</item>
|
||||
<item name="messageListUnreadItemBackgroundColor">#c05a5a5a</item>
|
||||
<item name="messageListThreadCountForegroundColor">?android:attr/colorBackground</item>
|
||||
<item name="messageListThreadCountBackground">@drawable/thread_count_box_dark</item>
|
||||
<item name="messageListActiveItemBackgroundColor">#ff33b5e5</item>
|
||||
|
Loading…
Reference in New Issue
Block a user