|
@@ -5,7 +5,7 @@
|
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
|
|
|
- <EditText
|
|
|
|
|
|
|
+ <TextView
|
|
|
android:id="@+id/creatorlabel"
|
|
android:id="@+id/creatorlabel"
|
|
|
android:layout_width="80dp"
|
|
android:layout_width="80dp"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
@@ -13,7 +13,7 @@
|
|
|
android:inputType="textPersonName"
|
|
android:inputType="textPersonName"
|
|
|
android:text="Creator:" />
|
|
android:text="Creator:" />
|
|
|
|
|
|
|
|
- <EditText
|
|
|
|
|
|
|
+ <TextView
|
|
|
android:id="@+id/datelabel"
|
|
android:id="@+id/datelabel"
|
|
|
android:layout_width="66dp"
|
|
android:layout_width="66dp"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
@@ -21,7 +21,7 @@
|
|
|
android:inputType="textPersonName"
|
|
android:inputType="textPersonName"
|
|
|
android:text="Date:" />
|
|
android:text="Date:" />
|
|
|
|
|
|
|
|
- <EditText
|
|
|
|
|
|
|
+ <TextView
|
|
|
android:id="@+id/timelabel"
|
|
android:id="@+id/timelabel"
|
|
|
android:layout_width="68dp"
|
|
android:layout_width="68dp"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
@@ -29,7 +29,7 @@
|
|
|
android:inputType="textPersonName"
|
|
android:inputType="textPersonName"
|
|
|
android:text="Time:" />
|
|
android:text="Time:" />
|
|
|
|
|
|
|
|
- <EditText
|
|
|
|
|
|
|
+ <TextView
|
|
|
android:id="@+id/placelabel"
|
|
android:id="@+id/placelabel"
|
|
|
android:layout_width="70dp"
|
|
android:layout_width="70dp"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
@@ -37,7 +37,7 @@
|
|
|
android:inputType="textPersonName"
|
|
android:inputType="textPersonName"
|
|
|
android:text="Place:" />
|
|
android:text="Place:" />
|
|
|
|
|
|
|
|
- <EditText
|
|
|
|
|
|
|
+ <TextView
|
|
|
android:id="@+id/foodlabel"
|
|
android:id="@+id/foodlabel"
|
|
|
android:layout_width="115dp"
|
|
android:layout_width="115dp"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
@@ -45,7 +45,7 @@
|
|
|
android:inputType="textPersonName"
|
|
android:inputType="textPersonName"
|
|
|
android:text="Food Served:" />
|
|
android:text="Food Served:" />
|
|
|
|
|
|
|
|
- <EditText
|
|
|
|
|
|
|
+ <TextView
|
|
|
android:id="@+id/desclabel"
|
|
android:id="@+id/desclabel"
|
|
|
android:layout_width="105dp"
|
|
android:layout_width="105dp"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
@@ -63,7 +63,7 @@
|
|
|
android:inputType="textPersonName" />
|
|
android:inputType="textPersonName" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:id="@+id/timetext"
|
|
|
|
|
|
|
+ android:id="@+id/timeText"
|
|
|
android:layout_width="255dp"
|
|
android:layout_width="255dp"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_column="1"
|
|
android:layout_column="1"
|
|
@@ -81,7 +81,7 @@
|
|
|
android:inputType="textPersonName" />
|
|
android:inputType="textPersonName" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
- android:id="@+id/placetext"
|
|
|
|
|
|
|
+ android:id="@+id/placeText"
|
|
|
android:layout_width="255dp"
|
|
android:layout_width="255dp"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_column="1"
|
|
android:layout_column="1"
|