Change the color of READ/UNREAD messages
BUG: 2149184 * UNREAD: #000000 * READ: #2C2C2C
This commit is contained in:
parent
3786cab2aa
commit
ed94cfd120
@ -16,8 +16,8 @@
|
||||
|
||||
<resources>
|
||||
<color name="folder_message_list_child_background">#3B3B3B</color>
|
||||
<color name="message_list_item_background_unread">#202020</color>
|
||||
<color name="message_list_item_background_read">#333333</color>
|
||||
<color name="message_list_item_background_unread">#000000</color>
|
||||
<color name="message_list_item_background_read">#2C2C2C</color>
|
||||
<color name="account_folder_list_item_separator">#303030</color>
|
||||
<color name="connection_error_banner">#fffff1a8</color>
|
||||
</resources>
|
||||
|
Loading…
Reference in New Issue
Block a user