aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-04-13 20:49:20 +0200
committerChristian Schneppe <christian@pix-art.de>2017-04-13 20:49:20 +0200
commitd25353ad3ec4b30356af6b47bfc95217b7a56613 (patch)
treedcc303f3499cd4722efbf683c0adcf0d1593cb77 /src/main/res/xml/preferences.xml
parent678141e1bb78388fe52a6d7aad31c231a884c117 (diff)
make contacts status color configurable
Diffstat (limited to 'src/main/res/xml/preferences.xml')
-rw-r--r--src/main/res/xml/preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index daddaf6fa..26d54627f 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -20,6 +20,11 @@
android:key="send_button_status"
android:summary="@string/pref_use_send_button_to_indicate_status_summary"
android:title="@string/pref_use_send_button_to_indicate_status" />
+ <CheckBoxPreference
+ android:defaultValue="false"
+ android:key="presence_colored_names"
+ android:summary="@string/pref_use_colored_names_to_indicate_status_summary"
+ android:title="@string/pref_use_colored_names_to_indicate_status" />
<ListPreference
android:defaultValue="recent"
android:dialogTitle="@string/choose_quick_action"