summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorAdrianDC <radian.dc@gmail.com>2016-01-31 22:39:56 +0100
committerMichael Bestas <mkbestas@lineageos.org>2019-12-11 20:10:07 +0200
commit06aadd9e31e7bf2d3054dc58fd36197d973dd0ce (patch)
tree31299ca811e30583a983981bdaf563e5a13fea66 /res/xml
parent5947789695e88d4328826ac849f31c4e6f23f73a (diff)
downloadpackages_apps_Messaging-06aadd9e31e7bf2d3054dc58fd36197d973dd0ce.tar.gz
packages_apps_Messaging-06aadd9e31e7bf2d3054dc58fd36197d973dd0ce.tar.bz2
packages_apps_Messaging-06aadd9e31e7bf2d3054dc58fd36197d973dd0ce.zip
Messaging: Toggable keyboard emoticons access
* Allows keyboards to always display the line return key Change-Id: I9ecb19733f707d35771255018afebf0b5cda5e6d Signed-off-by: AdrianDC <radian.dc@gmail.com>
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/preferences_application.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml/preferences_application.xml b/res/xml/preferences_application.xml
index 4c67407..03b868b 100644
--- a/res/xml/preferences_application.xml
+++ b/res/xml/preferences_application.xml
@@ -66,6 +66,13 @@
android:persistent="true"
android:dependency="@string/notifications_enabled_pref_key" />
+ <CheckBoxPreference
+ 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"