aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/xml/preferences.xml')
-rw-r--r--src/main/res/xml/preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index 830d0607f..27e188c7f 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -45,6 +45,11 @@
android:key="use_auto_rotate"
android:summary="@string/pref_use_auto_rotate_summary"
android:title="@string/pref_use_auto_rotate" />
+ <CheckBoxPreference
+ android:defaultValue="@bool/scroll_to_bottom"
+ android:key="scroll_to_bottom"
+ android:summary="@string/pref_scroll_to_bottom_summary"
+ android:title="@string/pref_scroll_to_bottom" />
</PreferenceScreen>
<!--Notifications-->
<PreferenceScreen