aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-06-15 22:08:03 +0000
committerKenny Root <kenny@the-b.org>2009-06-15 22:08:03 +0000
commit157b17bc041925d7a187f90e7a352dd915823c48 (patch)
tree89842dc07a97800631776e940be8f2447c46e368 /res/xml
parentd5945e821483477ca23f4998f8f310c53ccba2ab (diff)
downloadconnectbot-157b17bc041925d7a187f90e7a352dd915823c48.tar.gz
connectbot-157b17bc041925d7a187f90e7a352dd915823c48.tar.bz2
connectbot-157b17bc041925d7a187f90e7a352dd915823c48.zip
Add configurable backspace key
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@303 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/host_prefs.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/res/xml/host_prefs.xml b/res/xml/host_prefs.xml
index d57f2ef..22b056c 100644
--- a/res/xml/host_prefs.xml
+++ b/res/xml/host_prefs.xml
@@ -63,11 +63,17 @@
/>
<ListPreference
+ android:key="delkey"
+ android:title="@string/hostpref_delkey_title"
+ android:summary="@string/hostpref_delkey_summary"
+ android:entries="@array/list_delkey"
+ android:entryValues="@array/list_delkey_values"
+ />
+
+ <ListPreference
android:key="encoding"
android:title="@string/hostpref_encoding_title"
android:summary="@string/hostpref_encoding_summary"
- android:entries="@array/list_encodings"
- android:entryValues="@array/list_encodings_value"
/>
<PreferenceCategory