diff --git a/app/src/main/res/layout/fragment_options.xml b/app/src/main/res/layout/fragment_options.xml
index 938369d8f5..2aee619192 100644
--- a/app/src/main/res/layout/fragment_options.xml
+++ b/app/src/main/res/layout/fragment_options.xml
@@ -225,6 +225,20 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvDownload" />
+
+
+ app:layout_constraintTop_toBottomOf="@id/tvRoamingHint" />
Globally disable or enable receiving and sending of messages
Metered connections are generally mobile connections or paid Wi-Fi hotspots
Disabling this option will disable receiving and sending messages on mobile internet connections
+ Message texts and attachments will never be downloaded when roaming
Fetch more messages when scrolling down
Group messages related to each other
When disabled only names will be shown when available