summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/dialog_location.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/dialog_location.xml')
-rw-r--r--app/src/main/res/layout/dialog_location.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/src/main/res/layout/dialog_location.xml b/app/src/main/res/layout/dialog_location.xml
new file mode 100644
index 0000000..4b946d3
--- /dev/null
+++ b/app/src/main/res/layout/dialog_location.xml
@@ -0,0 +1,14 @@
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/linearLayout1"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="vertical" >
+
+
+
+ <NumberPicker
+ android:id="@+id/number_picker"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content" />
+
+</LinearLayout> \ No newline at end of file