aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-06-02 22:42:58 +0000
committerKenny Root <kenny@the-b.org>2009-06-02 22:42:58 +0000
commit7ba9f9f9f7fda04b3a6f34f8d5bb91950bfce44f (patch)
tree68ed58e6a15978374957840e1a2f4487568d448c /res/xml
parentfa1d8fa6dcd735b16cba4c1e66974db8128c52d9 (diff)
downloadconnectbot-7ba9f9f9f7fda04b3a6f34f8d5bb91950bfce44f.tar.gz
connectbot-7ba9f9f9f7fda04b3a6f34f8d5bb91950bfce44f.tar.bz2
connectbot-7ba9f9f9f7fda04b3a6f34f8d5bb91950bfce44f.zip
Add in volume control for terminal bell
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@264 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/preferences.xml15
1 files changed, 12 insertions, 3 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 42f6b24..ef2ad49 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -36,7 +36,7 @@
<PreferenceCategory
android:title="@string/pref_emulation_category">
-
+
<ListPreference
android:key="emulation"
android:title="@string/pref_emulation_title"
@@ -45,7 +45,7 @@
android:entryValues="@array/list_emulation_modes"
android:defaultValue="screen"
/>
-
+
<EditTextPreference
android:key="scrollback"
android:title="@string/pref_scrollback_title"
@@ -53,7 +53,7 @@
android:defaultValue="140"
android:singleLine="true"
/>
-
+
</PreferenceCategory>
<PreferenceCategory
@@ -113,6 +113,10 @@
android:summary="@string/pref_bumpyarrows_summary"
android:defaultValue="true"
/>
+ </PreferenceCategory>
+
+ <PreferenceCategory
+ android:title="@string/pref_bell_category">
<CheckBoxPreference
android:key="bell"
@@ -120,6 +124,11 @@
android:defaultValue="true"
/>
+ <org.connectbot.util.VolumePreference
+ android:key="bellVolume"
+ android:title="@string/pref_bell_volume_title"
+ />
+
<CheckBoxPreference
android:key="bellVibrate"
android:title="@string/pref_bell_vibrate_title"