diff options
author | Joe Robinson <joe@lc8n.com> | 2010-10-29 00:48:14 +0100 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2010-10-29 00:48:14 +0100 |
commit | 6093815099eb6d6c3d978579ccbdde38fa916f13 (patch) | |
tree | d99bd4e993b0e0ffd96dc1be8863512060681b6e /res/values/arrays.xml |
Untouched work since submission for university project 04/05/2010. Messy code, a bit glitchy.HEADmaster
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r-- | res/values/arrays.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml new file mode 100644 index 0000000..63a06c5 --- /dev/null +++ b/res/values/arrays.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <string-array name="database"> + <item>University Campus</item> + <item>Google Maps</item> + </string-array> + +</resources> |