aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <inputmice@siacs.eu>2015-01-09 19:23:26 +0100
committerDaniel Gultsch <inputmice@siacs.eu>2015-01-09 19:23:26 +0100
commit06eae476ee7e19029fe1ac28eae75fdcc1d4d1e6 (patch)
tree54180483627e4d9470f566d17033d6dbc5790c74 /src/main/res/xml/preferences.xml
parent0a48f777acefa29443743f68f242136309169ba2 (diff)
Introduced expert options to control enter-is-send
(default == off)
Diffstat (limited to 'src/main/res/xml/preferences.xml')
-rw-r--r--src/main/res/xml/preferences.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index 9974f14d..3f18512b 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -122,6 +122,13 @@
android:summary="@string/pref_enable_legacy_ssl_summary"
android:title="@string/pref_enable_legacy_ssl" />
</PreferenceCategory>
+ <PreferenceCategory android:title="@string/pref_input_options">
+ <CheckBoxPreference
+ android:defaultValue="false"
+ android:key="enter_is_send"
+ android:title="@string/pref_enter_is_send"
+ android:summary="@string/pref_enter_is_send_summary" />
+ </PreferenceCategory>
<PreferenceCategory android:title="@string/pref_expert_options_other" >
<CheckBoxPreference
android:defaultValue="false"