aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorlookshe <github@lookshe.org>2015-04-11 21:48:55 +0200
committerlookshe <github@lookshe.org>2015-04-11 21:48:55 +0200
commitae520c29573a5ae4b9129685ad9766f335ab6f26 (patch)
treeb028684fc852e933372dcaf47445e08b6233d3e2 /src/main/res/xml/preferences.xml
parent94a669fcb861d9cff4414d98abb289d1452c9300 (diff)
differ between received and read message
Diffstat (limited to 'src/main/res/xml/preferences.xml')
-rw-r--r--src/main/res/xml/preferences.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index adc15c6f..7318734a 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -30,6 +30,12 @@
android:title="@string/pref_confirm_messages" />
<CheckBoxPreference
+ android:defaultValue="true"
+ android:key="confirm_read_message"
+ android:summary="@string/pref_confirm_read_messages_summary"
+ android:title="@string/pref_confirm_read_messages" />
+
+ <CheckBoxPreference
android:defaultValue="false"
android:key="chat_states"
android:summary="@string/pref_chat_states_summary"