Flip the message color background to white in the message list for better contrast

This commit is contained in:
Jesse Vincent 2009-05-05 04:20:41 +00:00
parent aac64b03a5
commit 7cdac9e721
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="folder_message_list_group_background">#cccccc</color>
<color name="folder_message_list_child_background">#eeeeee</color>
<color name="folder_message_list_child_footer_background">#ffffff</color>
<color name="folder_message_list_child_background">#ffffff</color>
<color name="folder_message_list_child_footer_background">#eeeeee</color>
</resources>