summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/fragment_settings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/fragment_settings.xml')
-rw-r--r--app/src/main/res/layout/fragment_settings.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_settings.xml b/app/src/main/res/layout/fragment_settings.xml
index b7d00cf56..140f022f2 100644
--- a/app/src/main/res/layout/fragment_settings.xml
+++ b/app/src/main/res/layout/fragment_settings.xml
@@ -103,6 +103,14 @@
</LinearLayout>
<CheckBox
+ android:id="@+id/set_remember_position"
+ android:layout_width="wrap_content"
+ android:layout_marginTop="@dimen/settings_checkbox_margin"
+ android:layout_marginBottom="@dimen/settings_checkbox_margin"
+ android:text="@string/set_remember_position"
+ android:layout_height="wrap_content" />
+
+ <CheckBox
android:id="@+id/set_old_direct_timeline"
android:layout_width="wrap_content"
android:layout_marginTop="@dimen/settings_checkbox_margin"