. Greying out partially downloaded messages

--> All messages that will require download in order to be read are now "greyed" out
This commit is contained in:
Bao-Long Nguyen-Trong 2009-05-20 04:46:55 +00:00
parent bae5fba355
commit 73ded7170b

View file

@ -2219,7 +2219,7 @@ public class FolderMessageList extends ExpandableListActivity
subjectColor = Email.FLAGGED_COLOR;
}
if (! message.partially_downloaded && !message.downloaded ) {
if (!message.downloaded) {
holder.chip.getBackground().setAlpha(message.read ? 0 : 127);
alpha = 0x60000000;
} else {