Make subject italic

pull/147/head
M66B 7 years ago
parent 42357a257b
commit b2a26baa0e

@ -594,7 +594,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
tvFrom.setTypeface(null, typeface); tvFrom.setTypeface(null, typeface);
tvSize.setTypeface(null, typeface); tvSize.setTypeface(null, typeface);
tvTime.setTypeface(null, typeface); tvTime.setTypeface(null, typeface);
tvSubject.setTypeface(null, typeface); tvSubject.setTypeface(null, typeface | Typeface.ITALIC);
tvCount.setTypeface(null, typeface); tvCount.setTypeface(null, typeface);
int colorUnseen = (message.unseen > 0 ? colorUnread : textColorSecondary); int colorUnseen = (message.unseen > 0 ? colorUnread : textColorSecondary);

Loading…
Cancel
Save