|
@@ -2,109 +2,110 @@
|
|
|
<GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
<GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
android:layout_height="match_parent"
|
|
|
|
|
+ android:columnCount="2"
|
|
|
|
|
+ android:rowCount="6"
|
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/creatorlabel"
|
|
android:id="@+id/creatorlabel"
|
|
|
- android:layout_width="80dp"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:ems="10"
|
|
|
|
|
- android:inputType="textPersonName"
|
|
|
|
|
|
|
+ android:layout_column="0"
|
|
|
|
|
+ android:layout_row="0"
|
|
|
|
|
+ android:typeface="serif"
|
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
|
+ android:padding="20dp"
|
|
|
android:text="Creator:" />
|
|
android:text="Creator:" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/datelabel"
|
|
android:id="@+id/datelabel"
|
|
|
- android:layout_width="66dp"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:ems="10"
|
|
|
|
|
- android:inputType="textPersonName"
|
|
|
|
|
|
|
+ android:layout_column="0"
|
|
|
|
|
+ android:layout_row="1"
|
|
|
|
|
+ android:typeface="serif"
|
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
|
+ android:padding="20dp"
|
|
|
android:text="Date:" />
|
|
android:text="Date:" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/timelabel"
|
|
android:id="@+id/timelabel"
|
|
|
- android:layout_width="68dp"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:ems="10"
|
|
|
|
|
- android:inputType="textPersonName"
|
|
|
|
|
|
|
+ android:layout_column="0"
|
|
|
|
|
+ android:layout_row="2"
|
|
|
|
|
+ android:typeface="serif"
|
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
|
+ android:padding="20dp"
|
|
|
android:text="Time:" />
|
|
android:text="Time:" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/placelabel"
|
|
android:id="@+id/placelabel"
|
|
|
- android:layout_width="70dp"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:ems="10"
|
|
|
|
|
- android:inputType="textPersonName"
|
|
|
|
|
|
|
+ android:layout_column="0"
|
|
|
|
|
+ android:layout_row="3"
|
|
|
|
|
+ android:typeface="serif"
|
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
|
+ android:padding="20dp"
|
|
|
android:text="Place:" />
|
|
android:text="Place:" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/foodlabel"
|
|
android:id="@+id/foodlabel"
|
|
|
- android:layout_width="115dp"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:ems="10"
|
|
|
|
|
- android:inputType="textPersonName"
|
|
|
|
|
|
|
+ android:layout_column="0"
|
|
|
|
|
+ android:layout_row="4"
|
|
|
|
|
+ android:typeface="serif"
|
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
|
+ android:padding="20dp"
|
|
|
android:text="Food Served:" />
|
|
android:text="Food Served:" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/desclabel"
|
|
android:id="@+id/desclabel"
|
|
|
- android:layout_width="105dp"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
- android:ems="10"
|
|
|
|
|
- android:inputType="textPersonName"
|
|
|
|
|
|
|
+ android:layout_column="0"
|
|
|
|
|
+ android:layout_row="5"
|
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
|
+ android:padding="20dp"
|
|
|
android:text="Description:" />
|
|
android:text="Description:" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/nameText"
|
|
android:id="@+id/nameText"
|
|
|
- android:layout_width="255dp"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
android:layout_column="1"
|
|
android:layout_column="1"
|
|
|
android:layout_row="0"
|
|
android:layout_row="0"
|
|
|
- android:ems="10"
|
|
|
|
|
|
|
+ android:typeface="serif"
|
|
|
|
|
+ android:padding="20dp"
|
|
|
android:inputType="textPersonName" />
|
|
android:inputType="textPersonName" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/timeText"
|
|
android:id="@+id/timeText"
|
|
|
- android:layout_width="255dp"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
android:layout_column="1"
|
|
android:layout_column="1"
|
|
|
- android:layout_row="2"
|
|
|
|
|
- android:ems="10"
|
|
|
|
|
|
|
+ android:layout_row="1"
|
|
|
|
|
+ android:typeface="serif"
|
|
|
|
|
+ android:padding="20dp"
|
|
|
android:inputType="textPersonName" />
|
|
android:inputType="textPersonName" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/datetext"
|
|
android:id="@+id/datetext"
|
|
|
- android:layout_width="255dp"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
android:layout_column="1"
|
|
android:layout_column="1"
|
|
|
- android:layout_row="1"
|
|
|
|
|
- android:ems="10"
|
|
|
|
|
|
|
+ android:layout_row="2"
|
|
|
|
|
+ android:typeface="serif"
|
|
|
|
|
+ android:padding="20dp"
|
|
|
android:inputType="textPersonName" />
|
|
android:inputType="textPersonName" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/placeText"
|
|
android:id="@+id/placeText"
|
|
|
- android:layout_width="255dp"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
android:layout_column="1"
|
|
android:layout_column="1"
|
|
|
android:layout_row="3"
|
|
android:layout_row="3"
|
|
|
- android:ems="10"
|
|
|
|
|
|
|
+ android:typeface="serif"
|
|
|
|
|
+ android:padding="20dp"
|
|
|
android:inputType="textPersonName" />
|
|
android:inputType="textPersonName" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/foodText"
|
|
android:id="@+id/foodText"
|
|
|
- android:layout_width="255dp"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
android:layout_column="1"
|
|
android:layout_column="1"
|
|
|
android:layout_row="4"
|
|
android:layout_row="4"
|
|
|
- android:ems="10"
|
|
|
|
|
|
|
+ android:typeface="serif"
|
|
|
|
|
+ android:padding="20dp"
|
|
|
android:inputType="textPersonName" />
|
|
android:inputType="textPersonName" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
android:id="@+id/descText"
|
|
android:id="@+id/descText"
|
|
|
- android:layout_width="255dp"
|
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
android:layout_column="1"
|
|
android:layout_column="1"
|
|
|
android:layout_row="5"
|
|
android:layout_row="5"
|
|
|
- android:ems="10"
|
|
|
|
|
|
|
+ android:typeface="serif"
|
|
|
|
|
+ android:padding="20dp"
|
|
|
android:inputType="textPersonName" />
|
|
android:inputType="textPersonName" />
|
|
|
|
|
|
|
|
|
|
|