Merge change I6002ed3b into eclair-mr2

* changes:
  Improve visible difference between read and unread messages
This commit is contained in:
Android (Google) Code Review 2009-11-20 00:08:32 -08:00
commit 6128baf612

View File

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