aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-08-31 14:05:41 +0200
committerChristian Schneppe <christian@pix-art.de>2019-08-31 14:31:31 +0200
commitdd627f76bf21e5ce494c33a7b03f1bdb90f32b13 (patch)
tree6404d409f5fd09cfb87ebced1519b9675b3f4b66 /src/main/res/xml/preferences.xml
parent037cd4e95b66f6c8cf92ea096bd6533703958a30 (diff)
make short vibrate in open chat configurable and respect phone silent mode
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 d8dd6c89e..d5ce35819 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -141,6 +141,11 @@
android:summary="@string/pref_vibrate_summary"
android:title="@string/pref_vibrate" />
<CheckBoxPreference
+ android:defaultValue="@bool/vibrate_in_chat"
+ android:key="vibrate_in_chat"
+ android:summary="@string/pref_vibrate_in_chat_summary"
+ android:title="@string/pref_vibrate_in_chat" />
+ <CheckBoxPreference
android:defaultValue="@bool/led"
android:key="led"
android:summary="@string/pref_led_summary"