Use monospace for HTML signature

This commit is contained in:
M66B 2021-07-02 22:13:52 +02:00
parent 9475c63f69
commit 16cc28f5df
1 changed files with 1 additions and 0 deletions

View File

@ -270,6 +270,7 @@ public class ActivitySignature extends ActivityBase {
? getHtml()
: getIntent().getStringExtra("html"));
etText.setRaw(raw);
etText.setTypeface(raw ? Typeface.MONOSPACE : Typeface.DEFAULT);
load(html);
if (raw)