summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout-sw600dp/fragment_settings.xml
diff options
context:
space:
mode:
authorstom79 <tschneider.ac@gmail.com>2018-08-30 18:46:40 +0200
committerstom79 <tschneider.ac@gmail.com>2018-08-30 18:46:40 +0200
commit4f386391e0f185dcc298c3f2e445f947e786c15a (patch)
tree7ba8e4ff06189c2c832ceaf97827538361fa6191 /app/src/main/res/layout-sw600dp/fragment_settings.xml
parent286ffdd71156552ccc2751c8d51105ff27ba7d36 (diff)
Allow to opt-out from crash reports
Diffstat (limited to 'app/src/main/res/layout-sw600dp/fragment_settings.xml')
-rw-r--r--app/src/main/res/layout-sw600dp/fragment_settings.xml6
1 files changed, 6 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 e10c4b8c1..ba90a7eea 100644
--- a/app/src/main/res/layout-sw600dp/fragment_settings.xml
+++ b/app/src/main/res/layout-sw600dp/fragment_settings.xml
@@ -184,6 +184,12 @@
android:text="@string/set_automatically_split_toot"
android:layout_height="wrap_content" />
+ <CheckBox
+ android:id="@+id/set_crash_report"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/send_crash_report"
+ />
<!-- Resize pictures -->
<LinearLayout
android:layout_marginTop="10dp"