diff --git a/FAQ.md b/FAQ.md index 9fade384d2..9fb68e14cc 100644 --- a/FAQ.md +++ b/FAQ.md @@ -225,6 +225,7 @@ In the display section of the advanced settings you can enable or disable: * *Show identicons*: to show generated contact avatars * *Show message preview*: to show two lines of the message text * *Show address details by default*: to collapse the addresses section by default +* *Conversation action bar*: to disable the bottom navigation bar Note that messages can be previewed only when the message text was downloaded. Larger message texts are not downloaded by default on metered (generally mobile) networks. diff --git a/app/src/main/res/layout/fragment_options.xml b/app/src/main/res/layout/fragment_options.xml index 76b72ca2e2..4ba0ac342f 100644 --- a/app/src/main/res/layout/fragment_options.xml +++ b/app/src/main/res/layout/fragment_options.xml @@ -305,6 +305,18 @@ app:layout_constraintTop_toBottomOf="@id/tvPreviewHint" app:switchPadding="12dp" /> + + + app:layout_constraintTop_toBottomOf="@id/swActionbar" /> - - Show identicons Show message preview Show address details by default + Conversation action bar Use notification light Select notification sound Pull down to refresh - Conversation action bar Automatically close conversations Automatically go to next conversation on close conversation Automatically mark messages read on moving messages