Conditional monospaced font for referenced text

This commit is contained in:
M66B 2019-03-30 16:54:03 +01:00
parent c41bfdf190
commit cce3e83ff8
1 changed files with 1 additions and 0 deletions

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