aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorSam Whited <sam@samwhited.com>2015-01-14 15:28:27 -0500
committerSam Whited <sam@samwhited.com>2015-01-14 16:14:14 -0500
commit0a96bec3c1d65c0d3da22511f3b92a21fd94ad0f (patch)
tree333ff6fc12a07aa87d60f9711466510671e58b0c /src/main/res/xml/preferences.xml
parenta88824bb1d40f1373b22639815ed673c134f6777 (diff)
Add option to swap enter/emoticon key
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 3f18512b..2ff6800b 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -128,6 +128,11 @@
android:key="enter_is_send"
android:title="@string/pref_enter_is_send"
android:summary="@string/pref_enter_is_send_summary" />
+ <CheckBoxPreference
+ android:defaultValue="false"
+ android:key="display_enter_key"
+ android:title="@string/pref_display_enter_key"
+ android:summary="@string/pref_display_enter_key_summary" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/pref_expert_options_other" >
<CheckBoxPreference