summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout-sw600dp/fragment_settings.xml
diff options
context:
space:
mode:
authortom79 <tschneider.ac@gmail.com>2019-05-19 14:33:24 +0200
committertom79 <tschneider.ac@gmail.com>2019-05-19 14:33:24 +0200
commit9d7d1841b25978540adb203dc7b090fe3c3e0aa8 (patch)
tree45cb6bead0cf8c34b3e02bdbd6c727f0282f99bb /app/src/main/res/layout-sw600dp/fragment_settings.xml
parent3fc4c2d5a3fd24cef46904b5b13c2257dd3400a7 (diff)
Quick access to pinned TL
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 5079c7869..6cbe50ffb 100644
--- a/app/src/main/res/layout-sw600dp/fragment_settings.xml
+++ b/app/src/main/res/layout-sw600dp/fragment_settings.xml
@@ -131,6 +131,14 @@
android:text="@string/set_long_press_media"
android:layout_height="wrap_content" />
+ <CheckBox
+ android:id="@+id/set_display_timeline_in_list"
+ android:layout_width="wrap_content"
+ android:layout_marginTop="@dimen/settings_checkbox_margin"
+ android:layout_marginBottom="@dimen/settings_checkbox_margin"
+ android:text="@string/set_display_timeline_in_list"
+ android:layout_height="wrap_content" />
+
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"