summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout-sw600dp/fragment_settings.xml
diff options
context:
space:
mode:
authorstom79 <tschneider.ac@gmail.com>2018-10-10 11:03:51 +0200
committerstom79 <tschneider.ac@gmail.com>2018-10-10 11:03:51 +0200
commitfa651420331067739d8d400fd8f015e77dee700b (patch)
tree109a49e66f495a7950a330ec1f1dc788b93fcb59 /app/src/main/res/layout-sw600dp/fragment_settings.xml
parente0c3845a9b8fbfea588b9a8b18286a4833cc42bd (diff)
Improves the timeline
Diffstat (limited to 'app/src/main/res/layout-sw600dp/fragment_settings.xml')
-rw-r--r--app/src/main/res/layout-sw600dp/fragment_settings.xml5
1 files changed, 5 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 0e64fb496..41a827fea 100644
--- a/app/src/main/res/layout-sw600dp/fragment_settings.xml
+++ b/app/src/main/res/layout-sw600dp/fragment_settings.xml
@@ -59,6 +59,11 @@
android:text="@string/set_auto_store_toot"
android:layout_height="wrap_content" />
+ <CheckBox
+ android:id="@+id/set_display_direct"
+ android:layout_width="wrap_content"
+ android:text="@string/set_display_direct"
+ android:layout_height="wrap_content" />
<CheckBox
android:id="@+id/set_display_local"