diff options
author | Christian Schneppe <christian@pix-art.de> | 2018-04-01 14:22:34 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2018-04-01 14:22:34 +0200 |
commit | 725b1a7406a06584e1b15a1cc273e926ec9e6804 (patch) | |
tree | 89b4e5aae652fb54da89d41c794cbcafac8a7f39 /src/main/res/xml | |
parent | cec483b70d6bd480ee6b3fa1be2fd2432a8d2ae6 (diff) |
introduced setting to not scroll down after sending a message
Diffstat (limited to 'src/main/res/xml')
-rw-r--r-- | src/main/res/xml/preferences.xml | 5 |
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 |