summaryrefslogtreecommitdiff
path: root/res/layout/uploadlocation.xml
diff options
context:
space:
mode:
authorJoe Robinson <joe@sol.(none)>2011-10-22 00:13:24 +0100
committerJoe Robinson <joe@sol.(none)>2011-10-22 00:13:24 +0100
commit559305e42e1ea09b8d26085e8f8355bdb6ba0352 (patch)
tree10815d4f875c41842119f372d5e9226bab4abc92 /res/layout/uploadlocation.xml
parenta983fe36ddf8352b7d1122bdc060d271004724ee (diff)
Updating with code from months ago that wasn't commited (This might
break everything)
Diffstat (limited to 'res/layout/uploadlocation.xml')
-rw-r--r--res/layout/uploadlocation.xml72
1 files changed, 36 insertions, 36 deletions
diff --git a/res/layout/uploadlocation.xml b/res/layout/uploadlocation.xml
index f924d43..69251e4 100644
--- a/res/layout/uploadlocation.xml
+++ b/res/layout/uploadlocation.xml
@@ -1,36 +1,36 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content">
- <TextView
- android:text="Current Location"
- android:layout_height="wrap_content"
- android:layout_width="wrap_content"
- />
- <TextView
- android:id="@+id/location"
- android:text=""
- android:layout_height="wrap_content"
- android:layout_width="wrap_content"
- />
- <LinearLayout
- android:orientation="horizontal"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- >
- <Button
- android:id="@+id/getlocation"
- android:layout_height="wrap_content"
- android:layout_width="wrap_content"
- android:text="Get Location"
-/>
- <Button
- android:id="@+id/uploadlocation"
- android:layout_height="wrap_content"
- android:layout_width="wrap_content"
- android:text="Upload"
-/>
-</LinearLayout>
-</LinearLayout>
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content">
+ <TextView
+ android:text="Current Location"
+ android:layout_height="wrap_content"
+ android:layout_width="wrap_content"
+ />
+ <TextView
+ android:id="@+id/location"
+ android:text=""
+ android:layout_height="wrap_content"
+ android:layout_width="wrap_content"
+ />
+ <LinearLayout
+ android:orientation="horizontal"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ >
+ <Button
+ android:id="@+id/getlocation"
+ android:layout_height="wrap_content"
+ android:layout_width="wrap_content"
+ android:text="Get Location"
+/>
+ <Button
+ android:id="@+id/uploadlocation"
+ android:layout_height="wrap_content"
+ android:layout_width="wrap_content"
+ android:text="Upload"
+/>
+</LinearLayout>
+</LinearLayout>