allow to setup a common suffix for canned replies (defaults to " (canned reply)")

This commit is contained in:
Andreas Shimokawa
2016-01-11 15:29:12 +01:00
parent 0b53f60b0d
commit de4ffe8fb0
4 changed files with 16 additions and 2 deletions
+6 -2
View File
@@ -67,8 +67,12 @@
android:title="@string/pref_blacklist" />
<PreferenceScreen
android:key="pref_key_canned_replies"
android:title="@string/pref_title_canned_replies"
android:dependency="pebble_force_untested" >
android:title="@string/pref_title_canned_replies">
<EditTextPreference
android:defaultValue=" (canned reply)"
android:key="canned_reply_suffix"
android:maxLength="64"
android:title="@string/pref_title_canned_reply_suffix" />
<EditTextPreference
android:key="canned_reply_1"
android:maxLength="64" />