aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-06-02 08:57:54 +0000
committerKenny Root <kenny@the-b.org>2009-06-02 08:57:54 +0000
commita4f1455a9cacd5c254d2ebf69d11ad121571533e (patch)
treeffde4339cf02a282f7471bff42048ccf69cf4a24 /res/xml/preferences.xml
parent0b1f5e775236a489efa28f7c2b8ebecd7c05e758 (diff)
downloadconnectbot-a4f1455a9cacd5c254d2ebf69d11ad121571533e.tar.gz
connectbot-a4f1455a9cacd5c254d2ebf69d11ad121571533e.tar.bz2
connectbot-a4f1455a9cacd5c254d2ebf69d11ad121571533e.zip
Add audible terminal bell, vibrate on terminal bell, and notification on background terminal bell.
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@258 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 5836d33..42f6b24 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -114,6 +114,25 @@
android:defaultValue="true"
/>
+ <CheckBoxPreference
+ android:key="bell"
+ android:title="@string/pref_bell_title"
+ android:defaultValue="true"
+ />
+
+ <CheckBoxPreference
+ android:key="bellVibrate"
+ android:title="@string/pref_bell_vibrate_title"
+ android:defaultValue="true"
+ />
+
+ <CheckBoxPreference
+ android:key="bellNotification"
+ android:title="@string/pref_bell_notification_title"
+ android:summary="@string/pref_bell_notification_summary"
+ android:defaultValue="false"
+ />
+
</PreferenceCategory>
</PreferenceScreen>