summaryrefslogtreecommitdiffstats
path: root/res/xml-v23/preferences_application.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml-v23/preferences_application.xml')
-rw-r--r--res/xml-v23/preferences_application.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml-v23/preferences_application.xml b/res/xml-v23/preferences_application.xml
index 0f106c7..d9cc151 100644
--- a/res/xml-v23/preferences_application.xml
+++ b/res/xml-v23/preferences_application.xml
@@ -68,6 +68,13 @@
android:dependency="@string/notifications_enabled_pref_key" />
<SwitchPreference
+ android:key="pref_show_emoticons"
+ android:title="@string/show_emoticons_pref_title"
+ android:persistent="true"
+ android:defaultValue="@bool/show_emoticons_pref_default"
+ android:summary="@string/show_emoticons_pref_summary" />
+
+ <SwitchPreference
android:key="@string/swipe_right_deletes_conversation_key"
android:title="@string/swipe_to_delete_conversation_pref_title"
android:summary="@string/swipe_to_delete_conversation_pref_summary"