Improve visible difference between read and unread messages

BUG: 2168155
This commit is contained in:
satok 2009-11-19 13:04:32 +09:00
parent e2ea3e4f87
commit 47da97527b
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@
-->
<resources>
<color name="message_list_item_background_unread">#363636</color>
<color name="message_list_item_background_read">#1a1a1a</color>
<color name="message_list_item_background_unread">#404040</color>
<color name="message_list_item_background_read">#000000</color>
<color name="account_folder_list_item_separator">#303030</color>
<color name="connection_error_banner">#fffff1a8</color>
</resources>