aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-05-05 19:34:20 +0000
committerKenny Root <kenny@the-b.org>2009-05-05 19:34:20 +0000
commit71ef0dc8ec5213eaa4adf9eecc1fd0c93220a573 (patch)
tree470569158850b1157dae8fdfae29ec51e9a8aa46 /res/values
parent8f9c8b169a3a067a72a8a58eb5e6cff14a339840 (diff)
downloadconnectbot-71ef0dc8ec5213eaa4adf9eecc1fd0c93220a573.tar.gz
connectbot-71ef0dc8ec5213eaa4adf9eecc1fd0c93220a573.tar.bz2
connectbot-71ef0dc8ec5213eaa4adf9eecc1fd0c93220a573.zip
Added better support for virtual (soft) keyboards
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@217 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml1
-rw-r--r--res/values/strings.xml2
2 files changed, 3 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index eaed39a..6286561 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -11,6 +11,7 @@
</string-array>
<string-array name="list_rotation">
+ <item>@string/list_rotation_default</item>
<item>@string/list_rotation_land</item>
<item>@string/list_rotation_port</item>
<item>@string/list_rotation_auto</item>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index ef4d8d6..2ec7d70 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -304,6 +304,8 @@
<string name="list_host_delete">Delete host</string>
<string name="list_host_empty">Use the quick-connect box\nbelow to connect to a host.</string>
+ <!-- Default screen rotation preference selection -->
+ <string name="list_rotation_default">Default</string>
<string name="list_rotation_land">Force landscape</string>
<string name="list_rotation_port">Force portrait</string>
<!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. -->