From 6093815099eb6d6c3d978579ccbdde38fa916f13 Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Fri, 29 Oct 2010 00:48:14 +0100 Subject: Untouched work since submission for university project 04/05/2010. Messy code, a bit glitchy. --- res/drawable/androidmarker.png | Bin 0 -> 702 bytes res/drawable/camera.png | Bin 0 -> 1642 bytes res/drawable/icon.png | Bin 0 -> 702 bytes res/drawable/icon1.png | Bin 0 -> 2574 bytes res/drawable/lolarrow.png | Bin 0 -> 332 bytes res/drawable/marker.png | Bin 0 -> 1245 bytes res/drawable/markerandroid.png | Bin 0 -> 2239 bytes res/drawable/pointer.png | Bin 0 -> 1400 bytes res/drawable/search.png | Bin 0 -> 4505 bytes res/layout/camera.xml | 62 +++++++++++++++++++++++++++++++++++++++++ res/layout/main.xml | 54 +++++++++++++++++++++++++++++++++++ res/values/arrays.xml | 8 ++++++ res/values/strings.xml | 6 ++++ 13 files changed, 130 insertions(+) create mode 100644 res/drawable/androidmarker.png create mode 100644 res/drawable/camera.png create mode 100644 res/drawable/icon.png create mode 100644 res/drawable/icon1.png create mode 100644 res/drawable/lolarrow.png create mode 100644 res/drawable/marker.png create mode 100644 res/drawable/markerandroid.png create mode 100644 res/drawable/pointer.png create mode 100644 res/drawable/search.png create mode 100644 res/layout/camera.xml create mode 100644 res/layout/main.xml create mode 100644 res/values/arrays.xml create mode 100644 res/values/strings.xml (limited to 'res') diff --git a/res/drawable/androidmarker.png b/res/drawable/androidmarker.png new file mode 100644 index 0000000..8c43d46 Binary files /dev/null and b/res/drawable/androidmarker.png differ diff --git a/res/drawable/camera.png b/res/drawable/camera.png new file mode 100644 index 0000000..c0be221 Binary files /dev/null and b/res/drawable/camera.png differ diff --git a/res/drawable/icon.png b/res/drawable/icon.png new file mode 100644 index 0000000..8c43d46 Binary files /dev/null and b/res/drawable/icon.png differ diff --git a/res/drawable/icon1.png b/res/drawable/icon1.png new file mode 100644 index 0000000..a07c69f Binary files /dev/null and b/res/drawable/icon1.png differ diff --git a/res/drawable/lolarrow.png b/res/drawable/lolarrow.png new file mode 100644 index 0000000..6a3f550 Binary files /dev/null and b/res/drawable/lolarrow.png differ diff --git a/res/drawable/marker.png b/res/drawable/marker.png new file mode 100644 index 0000000..0e9c1f5 Binary files /dev/null and b/res/drawable/marker.png differ diff --git a/res/drawable/markerandroid.png b/res/drawable/markerandroid.png new file mode 100644 index 0000000..cb05719 Binary files /dev/null and b/res/drawable/markerandroid.png differ diff --git a/res/drawable/pointer.png b/res/drawable/pointer.png new file mode 100644 index 0000000..3b87c9d Binary files /dev/null and b/res/drawable/pointer.png differ diff --git a/res/drawable/search.png b/res/drawable/search.png new file mode 100644 index 0000000..e7c17c2 Binary files /dev/null and b/res/drawable/search.png differ diff --git a/res/layout/camera.xml b/res/layout/camera.xml new file mode 100644 index 0000000..d60c27b --- /dev/null +++ b/res/layout/camera.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/main.xml b/res/layout/main.xml new file mode 100644 index 0000000..a2e4f03 --- /dev/null +++ b/res/layout/main.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + \ No newline at end of file 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 @@ + + + + University Campus + Google Maps + + + diff --git a/res/values/strings.xml b/res/values/strings.xml new file mode 100644 index 0000000..dda1bdf --- /dev/null +++ b/res/values/strings.xml @@ -0,0 +1,6 @@ + + + Hello World, lc8n! + lc8n + Choose a Database + -- cgit v1.2.3