aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2020-02-11 20:16:03 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2020-02-11 20:16:03 +0100
commit898218e7402bdb22d0a439dea376665a28729a49 (patch)
tree3282d594ffc1e640b6ac682f6db1402b078c2df1 /src/main/res/xml/preferences.xml
parent71780abb89b56e976bccecea721581794df0f62b (diff)
make colored muc names configurable
* default = off
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 8bc0d0372..291172702 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -41,6 +41,11 @@
android:summary="@string/pref_use_unicolored_chatbg_summary"
android:title="@string/pref_use_unicolored_chatbg" />
<CheckBoxPreference
+ android:defaultValue="@bool/use_colored_muc_names"
+ android:key="colored_muc_names"
+ android:summary="@string/pref_use_colored_muc_names_summary"
+ android:title="@string/pref_use_colored_muc_names" />
+ <CheckBoxPreference
android:defaultValue="@bool/send_button_status"
android:key="send_button_status"
android:summary="@string/pref_use_send_button_to_indicate_status_summary"