diff options
author | Zeapo <mohamed@zenadi.com> | 2014-07-28 22:48:08 +0100 |
---|---|---|
committer | Zeapo <mohamed@zenadi.com> | 2014-07-28 22:48:08 +0100 |
commit | 8e52356567e897707dbc7879ad46b36c15af67d6 (patch) | |
tree | a8b3d61fe02ce2291b850ab50a865b7bfa49a943 /app/src/main/res/values/arrays.xml | |
parent | e9be4bf8d0c4441c0ddf1fe638bd1bb73402a104 (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.xml | 12 |
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 |