aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/arrays.xml
diff options
context:
space:
mode:
authorJeffrey Sharkey <jsharkey@jsharkey.org>2008-08-27 11:09:26 +0000
committerJeffrey Sharkey <jsharkey@jsharkey.org>2008-08-27 11:09:26 +0000
commite1482eed72d4ffa75c30bb60db45db59b7c8f56a (patch)
tree49da25fa48b79b295f2f3945921da8a6dfb63c75 /res/values/arrays.xml
parent3dd2329327b15e7d4cd80c6e014a51eda5884983 (diff)
downloadconnectbot-e1482eed72d4ffa75c30bb60db45db59b7c8f56a.tar.gz
connectbot-e1482eed72d4ffa75c30bb60db45db59b7c8f56a.tar.bz2
connectbot-e1482eed72d4ffa75c30bb60db45db59b7c8f56a.zip
added animations and newer layouts
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r--res/values/arrays.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
new file mode 100644
index 0000000..c1cdefe
--- /dev/null
+++ b/res/values/arrays.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+
+ <string-array name="list_emulation_modes">
+ <item>screen</item>
+ <item>vt100</item>
+ <item>xterm</item>
+ </string-array>
+
+</resources>