High contrast preview

This commit is contained in:
M66B 2019-07-09 15:19:20 +02:00
parent 484ee8eeab
commit 95a29a6225
1 changed files with 1 additions and 0 deletions

View File

@ -689,6 +689,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
bindFlagged(message);
// Message text preview
tvPreview.setTextColor(contrast ? textColorPrimary : textColorSecondary);
tvPreview.setTypeface(monospaced ? Typeface.MONOSPACE : Typeface.DEFAULT, Typeface.ITALIC);
tvPreview.setText(message.preview);
tvPreview.setVisibility(preview && !TextUtils.isEmpty(message.preview) ? View.VISIBLE : View.GONE);