aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authoriNPUTmice <daniel@gultsch.de>2014-06-04 18:44:15 +0200
committeriNPUTmice <daniel@gultsch.de>2014-06-04 18:44:15 +0200
commit7e4e7426eeaf2f958820845e48c0d24a92f9bc07 (patch)
tree205a35b503a0fb14fa0fd9fe313a2a37a8d0617a /res/xml/preferences.xml
parentba2ad82c7e1ae05d9648c069b3537ddda1b1f438 (diff)
received and displayed messages (xep 333) are now marked properly
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml12
1 files changed, 5 insertions, 7 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index bf304161..40039cd5 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -22,13 +22,11 @@
android:entries="@array/filesizes"
android:entryValues="@array/filesizes_values"
android:defaultValue="524288"/>
- <ListPreference
- android:key="auto_acknowledge_messages"
- android:title="@string/pref_auto_acknowledge_messages"
- android:summary="@string/pref_auto_acknowledge_messages_summary"
- android:entries="@array/message_acks"
- android:entryValues="@array/message_acks_values"
- android:defaultValue="2"
+ <CheckBoxPreference
+ android:key="confirm_messages"
+ android:title="@string/pref_confirm_messages"
+ android:summary="@string/pref_confirm_messages_summary"
+ android:defaultValue="true"
/>
</PreferenceCategory>
<PreferenceCategory