summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout-sw600dp/fragment_settings.xml
diff options
context:
space:
mode:
authortom79 <tschneider.ac@gmail.com>2019-05-31 18:20:54 +0200
committertom79 <tschneider.ac@gmail.com>2019-05-31 18:20:54 +0200
commit3dd634e3ee245575e53d7f2923cbdccf71c2a879 (patch)
treecac71ea6ed8ad4c101fd3a2ae19bc1d0cdb09321 /app/src/main/res/layout-sw600dp/fragment_settings.xml
parent4c848f8ac8625345454dcdc00746c66fdd8c47dc (diff)
Allow to disable photo editor
Diffstat (limited to 'app/src/main/res/layout-sw600dp/fragment_settings.xml')
-rw-r--r--app/src/main/res/layout-sw600dp/fragment_settings.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/layout-sw600dp/fragment_settings.xml b/app/src/main/res/layout-sw600dp/fragment_settings.xml
index 9eaac67b9..4ecbda8ba 100644
--- a/app/src/main/res/layout-sw600dp/fragment_settings.xml
+++ b/app/src/main/res/layout-sw600dp/fragment_settings.xml
@@ -432,12 +432,21 @@
android:text="@string/set_forward_tags"
android:layout_height="wrap_content" />
+
<EditText
android:hint="@string/settings_custom_sharing_url"
android:id="@+id/custom_sharing_url"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
+ <CheckBox
+ android:id="@+id/set_photo_editor"
+ android:layout_width="wrap_content"
+ android:layout_marginTop="@dimen/settings_checkbox_margin"
+ android:layout_marginBottom="@dimen/settings_checkbox_margin"
+ android:text="@string/set_photo_editor"
+ android:layout_height="wrap_content" />
+
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"