summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout-sw600dp/fragment_settings.xml
diff options
context:
space:
mode:
authorstom79 <tschneider.ac@gmail.com>2018-11-10 10:07:44 +0100
committerstom79 <tschneider.ac@gmail.com>2018-11-10 10:07:44 +0100
commitdb894d6cfbfa37453ef56d8ecfd003cf801f27a8 (patch)
treef2b7db29f919bb34865febfbe16fbec909f84f47 /app/src/main/res/layout-sw600dp/fragment_settings.xml
parent8e75f178189992798e4b2ec2c37e4530a7bb7933 (diff)
Allow to display direct timeline prior to Mastodon 2.6
Diffstat (limited to 'app/src/main/res/layout-sw600dp/fragment_settings.xml')
-rw-r--r--app/src/main/res/layout-sw600dp/fragment_settings.xml8
1 files changed, 8 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 b604c6f69..a7a71a48d 100644
--- a/app/src/main/res/layout-sw600dp/fragment_settings.xml
+++ b/app/src/main/res/layout-sw600dp/fragment_settings.xml
@@ -173,6 +173,14 @@
android:layout_width="wrap_content"
android:text="@string/set_display_card"
android:layout_height="wrap_content" />
+
+ <CheckBox
+ android:id="@+id/set_old_direct_timeline"
+ android:layout_width="wrap_content"
+ android:text="@string/set_old_direct_timeline"
+ android:layout_height="wrap_content" />
+
+
<!-- Resize pictures -->
<LinearLayout
android:layout_marginTop="10dp"