From 07bd30c84315267165dc8311c9bddb0dcc8241cb Mon Sep 17 00:00:00 2001 From: M66B Date: Wed, 27 Mar 2019 09:22:27 +0000 Subject: [PATCH] Use proportial font by default --- FAQ.md | 2 +- app/src/main/java/eu/faircode/email/AdapterMessage.java | 2 +- app/src/main/java/eu/faircode/email/FragmentCompose.java | 2 +- app/src/main/java/eu/faircode/email/FragmentOptions.java | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/FAQ.md b/FAQ.md index eea946ba53..3bbd3775df 100644 --- a/FAQ.md +++ b/FAQ.md @@ -249,7 +249,7 @@ In the display section of the advanced options you can enable or disable: * *Show stars*: to hide stars (favorites) * *Show message preview*: to show two lines of the message text * *Show address details by default*: to collapse the addresses section by default -* *Use monospaced font for message text*: to change the typeface of the message text +* *Use monospaced font for message text*: to use a fixed width typeface for message texts * *Conversation action bar*: to disable the bottom navigation bar * *Automatically show original message for known contacts*: to automatically show original messages for contacts on your device, please read [this FAQ](#user-content-faq35) * *Automatically show images for known contacts*: to automatically show images for contacts on your device, please read [this FAQ](#user-content-faq35) diff --git a/app/src/main/java/eu/faircode/email/AdapterMessage.java b/app/src/main/java/eu/faircode/email/AdapterMessage.java index fff0981e3f..31c9fb8f85 100644 --- a/app/src/main/java/eu/faircode/email/AdapterMessage.java +++ b/app/src/main/java/eu/faircode/email/AdapterMessage.java @@ -2975,7 +2975,7 @@ public class AdapterMessage extends RecyclerView.Adapter