Distinguish unread threads with background color.

This commit is contained in:
Moxie Marlinspike
2013-02-09 10:03:38 -08:00
parent 0a8c62e0e3
commit 71f43075a9
10 changed files with 71 additions and 1 deletions

View File

@@ -2,4 +2,7 @@
<resources>
<drawable name="white_background">#ffffffff</drawable>
<drawable name="text_color_black">#ff000000</drawable>
<color name="unread_bgcolor">#ffffffff</color>
<color name="read_bgcolor">#ffeeeeee</color>
</resources>