am fdfdd73c: DO NOT MERGE. Improve colors of read/unread messages.

Merge commit 'fdfdd73cebd29806e1512f03d6d6ff2a349b10ac' into eclair-plus-aosp

* commit 'fdfdd73cebd29806e1512f03d6d6ff2a349b10ac':
  DO NOT MERGE.  Improve colors of read/unread messages.
This commit is contained in:
Andrew Stadler 2009-12-07 16:13:14 -08:00 committed by Android Git Automerger
commit 8ebf6c51a2

View File

@ -16,8 +16,8 @@
<resources>
<color name="folder_message_list_child_background">#3B3B3B</color>
<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>