summaryrefslogtreecommitdiff
path: root/res/layout/dialog_location.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/dialog_location.xml')
-rw-r--r--res/layout/dialog_location.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/layout/dialog_location.xml b/res/layout/dialog_location.xml
new file mode 100644
index 0000000..1ae24ce
--- /dev/null
+++ b/res/layout/dialog_location.xml
@@ -0,0 +1,12 @@
+<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