mirror of https://github.com/M66B/FairEmail.git
Dim size on body to download
This commit is contained in:
parent
9c15570d07
commit
c32397539d
|
@ -303,7 +303,7 @@ public class AdapterMessage extends PagedListAdapter<TupleMessageEx, AdapterMess
|
|||
}
|
||||
|
||||
tvSize.setText(message.size == null ? null : Helper.humanReadableByteCount(message.size, true));
|
||||
tvSize.setTypeface(null, message.content ? Typeface.NORMAL : Typeface.BOLD);
|
||||
tvSize.setAlpha(message.content ? 1.0f : 0.5f);
|
||||
tvSize.setVisibility(message.size == null ? View.GONE : View.VISIBLE);
|
||||
|
||||
ivAttachments.setVisibility(message.attachments > 0 ? View.VISIBLE : View.GONE);
|
||||
|
|
Loading…
Reference in New Issue