summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authortom79 <tschneider.ac@gmail.com>2019-05-13 18:15:45 +0200
committertom79 <tschneider.ac@gmail.com>2019-05-13 18:15:45 +0200
commitee2b397a8eaa93ea03ff59cb88a8bab08332d705 (patch)
tree8becf5a8f92ab39d58515044b62879e38eafd967 /app/src/main/res/layout
parent61c492fd0dd691a36b869f0a308d9c930b2d0b48 (diff)
Forward tags in replies
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/fragment_settings.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_settings.xml b/app/src/main/res/layout/fragment_settings.xml
index 1347fe518..faedf109c 100644
--- a/app/src/main/res/layout/fragment_settings.xml
+++ b/app/src/main/res/layout/fragment_settings.xml
@@ -367,6 +367,14 @@
android:layout_marginBottom="@dimen/settings_checkbox_margin"
android:text="@string/settings_title_custom_sharing"
android:layout_height="wrap_content" />
+ <!-- ADD TAGS -->
+ <CheckBox
+ android:id="@+id/set_forward_tags"
+ android:layout_width="wrap_content"
+ android:layout_marginTop="@dimen/settings_checkbox_margin"
+ android:layout_marginBottom="@dimen/settings_checkbox_margin"
+ android:text="@string/set_forward_tags"
+ android:layout_height="wrap_content" />
<EditText
android:hint="@string/settings_custom_sharing_url"