diff options
| author | Andrew Stadler <stadler@android.com> | 2009-12-07 13:58:41 -0800 |
|---|---|---|
| committer | Andrew Stadler <stadler@android.com> | 2009-12-07 13:58:41 -0800 |
| commit | fdfdd73cebd29806e1512f03d6d6ff2a349b10ac (patch) | |
| tree | e07a3226a55eb4f0630e02ea947b1d044f9743cc | |
| parent | 6d69fb7c577f49558e8431564e3700913a9c1ac5 (diff) | |
| download | android_packages_apps_Email-fdfdd73cebd29806e1512f03d6d6ff2a349b10ac.tar.gz android_packages_apps_Email-fdfdd73cebd29806e1512f03d6d6ff2a349b10ac.tar.bz2 android_packages_apps_Email-fdfdd73cebd29806e1512f03d6d6ff2a349b10ac.zip | |
DO NOT MERGE. Improve colors of read/unread messages.
Backport of 47da97527b547da97527b5bbecba972e0c6a5d382cd7b0768e9.
Original comment:
Improve visible difference between read and unread messages
BUG: 2168155
| -rw-r--r-- | res/values/colors.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml index ae3f5e9d6..62cf38b1e 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -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> |
