aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/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 f6f018cd2..a17ef3ae2 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -36,6 +36,11 @@
android:summary="@string/pref_font_size_summary"
android:title="@string/pref_font_size" />
<CheckBoxPreference
+ android:defaultValue="@bool/use_unicolored_chatbg"
+ android:key="unicolored_chatbg"
+ android:summary="@string/pref_use_unicolored_chatbg_summary"
+ android:title="@string/pref_use_unicolored_chatbg" />
+ <CheckBoxPreference
android:defaultValue="@bool/send_button_status"
android:key="send_button_status"
android:summary="@string/pref_use_send_button_to_indicate_status_summary"