|
|
@@ -12,6 +12,14 @@
|
|
|
android:layout_column="0"
|
|
|
android:layout_row="0"/>
|
|
|
|
|
|
+ <TextView
|
|
|
+ android:id = "@+id/titleTitle"
|
|
|
+ android:layout_width="80dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="Title:"
|
|
|
+ android:layout_column="0"
|
|
|
+ android:layout_row="1"/>
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/dateTitle"
|
|
|
android:layout_width="80dp"
|
|
|
@@ -19,7 +27,7 @@
|
|
|
android:text="Date:"
|
|
|
android:ems="10"
|
|
|
android:layout_column="0"
|
|
|
- android:layout_row="1"
|
|
|
+ android:layout_row="2"
|
|
|
/>
|
|
|
|
|
|
<TextView
|
|
|
@@ -28,7 +36,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="Time:"
|
|
|
android:layout_column="0"
|
|
|
- android:layout_row="2" />
|
|
|
+ android:layout_row="3" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/placeTitle"
|
|
|
@@ -36,7 +44,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="Place:"
|
|
|
android:layout_column="0"
|
|
|
- android:layout_row="3" />
|
|
|
+ android:layout_row="4" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/foodTitle"
|
|
|
@@ -44,7 +52,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="Food:"
|
|
|
android:layout_column="0"
|
|
|
- android:layout_row="4" />
|
|
|
+ android:layout_row="5" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/descTitle"
|
|
|
@@ -52,7 +60,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="Description:"
|
|
|
android:layout_column="0"
|
|
|
- android:layout_row="5" />
|
|
|
+ android:layout_row="6" />
|
|
|
|
|
|
<EditText
|
|
|
android:id="@+id/creatortext"
|
|
|
@@ -64,7 +72,7 @@
|
|
|
android:inputType="textPersonName" />
|
|
|
|
|
|
<EditText
|
|
|
- android:id="@+id/datetext"
|
|
|
+ android:id="@+id/titletext"
|
|
|
android:layout_width="255dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_column="1"
|
|
|
@@ -73,7 +81,7 @@
|
|
|
android:inputType="textPersonName" />
|
|
|
|
|
|
<EditText
|
|
|
- android:id="@+id/timetext"
|
|
|
+ android:id="@+id/datetext"
|
|
|
android:layout_width="255dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_column="1"
|
|
|
@@ -82,7 +90,7 @@
|
|
|
android:inputType="textPersonName" />
|
|
|
|
|
|
<EditText
|
|
|
- android:id="@+id/placetext"
|
|
|
+ android:id="@+id/timetext"
|
|
|
android:layout_width="255dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_column="1"
|
|
|
@@ -91,7 +99,7 @@
|
|
|
android:inputType="textPersonName" />
|
|
|
|
|
|
<EditText
|
|
|
- android:id="@+id/foodtext"
|
|
|
+ android:id="@+id/placetext"
|
|
|
android:layout_width="255dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_column="1"
|
|
|
@@ -100,7 +108,7 @@
|
|
|
android:inputType="textPersonName" />
|
|
|
|
|
|
<EditText
|
|
|
- android:id="@+id/descriptiontext"
|
|
|
+ android:id="@+id/foodtext"
|
|
|
android:layout_width="255dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_column="1"
|
|
|
@@ -108,6 +116,15 @@
|
|
|
android:ems="10"
|
|
|
android:inputType="textPersonName" />
|
|
|
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/descriptiontext"
|
|
|
+ android:layout_width="255dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_column="1"
|
|
|
+ android:layout_row="6"
|
|
|
+ android:ems="10"
|
|
|
+ android:inputType="textPersonName" />
|
|
|
+
|
|
|
<Button
|
|
|
android:id="@+id/button_create"
|
|
|
android:layout_width="wrap_content"
|