tweak list item "read item" background color so you can see the item divider

a bit better
This commit is contained in:
Jesse Vincent 2013-08-21 22:39:33 -04:00
parent 65ed9072bf
commit b5f31af402
1 changed files with 2 additions and 2 deletions

View File

@ -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>