1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-04 18:48:31 +00:00

Conditional monospaced font for referenced text

This commit is contained in:
M66B 2019-03-30 16:54:03 +01:00
parent c41bfdf190
commit cce3e83ff8

View file

@ -333,6 +333,7 @@ public class FragmentCompose extends FragmentBase {
});
etBody.setTypeface(monospaced ? Typeface.MONOSPACE : Typeface.DEFAULT);
tvReference.setTypeface(monospaced ? Typeface.MONOSPACE : Typeface.DEFAULT);
edit_bar.setOnNavigationItemSelectedListener(new BottomNavigationView.OnNavigationItemSelectedListener() {
@Override