mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 09:03:56 +02:00
Compose Dyslexia
This commit is contained in:
@@ -867,7 +867,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
}
|
||||
});
|
||||
|
||||
etBody.setTypeface(Typeface.create(compose_font, Typeface.NORMAL));
|
||||
etBody.setTypeface(StyleHelper.getTypeface(compose_font, getContext()));
|
||||
tvReference.setTypeface(monospaced ? Typeface.MONOSPACE : Typeface.DEFAULT);
|
||||
|
||||
tvReference.setMovementMethod(new ArrowKeyMovementMethod() {
|
||||
|
||||
Reference in New Issue
Block a user