aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/arrays.xml
diff options
context:
space:
mode:
authorZeapo <mohamed@zenadi.com>2014-07-28 22:48:08 +0100
committerZeapo <mohamed@zenadi.com>2014-07-28 22:48:08 +0100
commit8e52356567e897707dbc7879ad46b36c15af67d6 (patch)
treea8b3d61fe02ce2291b850ab50a865b7bfa49a943 /app/src/main/res/values/arrays.xml
parente9be4bf8d0c4441c0ddf1fe638bd1bb73402a104 (diff)
moved arrays in arrays.xml
Diffstat (limited to 'app/src/main/res/values/arrays.xml')
-rw-r--r--app/src/main/res/values/arrays.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml
new file mode 100644
index 00000000..1e27627b
--- /dev/null
+++ b/app/src/main/res/values/arrays.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string-array name="connection_modes">
+ <item>username/password</item>
+ <item>ssh-key</item>
+ </string-array>
+ <string-array name="clone_protocols">
+ <item>ssh://</item>
+ <item>https://</item>
+ <item>http://</item>
+ </string-array>
+</resources> \ No newline at end of file