|
|
@ -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); |
|
|
|