summaryrefslogtreecommitdiff
path: root/app/build/intermediates/res/merged/debug/layout/uploadlocation.xml
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2015-12-15 20:43:45 +0000
committerJoe Robinson <joe@lc8n.com>2015-12-15 20:43:45 +0000
commit30d164851ac3d4e7397e010baa24a8e5cb0dc090 (patch)
treefcb45696618d4588fb4fcd052db2c217e587d82e /app/build/intermediates/res/merged/debug/layout/uploadlocation.xml
parenteb7c5e7d7b332fb488658bb84066b0b3c516896e (diff)
Migrate to IntelliJ format, also contains some minor logging changes and moved librariesHEADmaster
Diffstat (limited to 'app/build/intermediates/res/merged/debug/layout/uploadlocation.xml')
-rw-r--r--app/build/intermediates/res/merged/debug/layout/uploadlocation.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/app/build/intermediates/res/merged/debug/layout/uploadlocation.xml b/app/build/intermediates/res/merged/debug/layout/uploadlocation.xml
new file mode 100644
index 0000000..69251e4
--- /dev/null
+++ b/app/build/intermediates/res/merged/debug/layout/uploadlocation.xml
@@ -0,0 +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>