2011-11-12 20:44:06 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2011-11-27 02:24:52 +01:00
|
|
|
<ScrollView
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent">
|
|
|
|
|
2011-11-12 20:44:06 +01:00
|
|
|
<LinearLayout
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
2011-11-27 02:24:52 +01:00
|
|
|
<TableLayout
|
2011-11-12 20:44:06 +01:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2011-11-27 02:24:52 +01:00
|
|
|
android:stretchColumns="1"
|
|
|
|
android:padding="10dp">
|
2011-11-12 20:44:06 +01:00
|
|
|
<TableRow>
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="Event">
|
|
|
|
</TextView>
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/ed_header_event"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:inputType="text">
|
|
|
|
</EditText>
|
|
|
|
</TableRow>
|
|
|
|
<TableRow>
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="Site">
|
|
|
|
</TextView>
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/ed_header_site"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:inputType="text">
|
|
|
|
</EditText>
|
|
|
|
</TableRow>
|
|
|
|
<TableRow>
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="Date">
|
|
|
|
</TextView>
|
|
|
|
<EditText
|
2011-11-27 02:24:52 +01:00
|
|
|
android:id="@+id/ed_header_date"
|
2011-11-12 20:44:06 +01:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:inputType="text">
|
|
|
|
</EditText>
|
|
|
|
</TableRow>
|
|
|
|
<TableRow>
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2011-11-27 02:24:52 +01:00
|
|
|
android:text="Round"
|
|
|
|
android:paddingRight="10dp">
|
2011-11-12 20:44:06 +01:00
|
|
|
</TextView>
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/ed_header_round"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:inputType="text">
|
|
|
|
</EditText>
|
|
|
|
</TableRow>
|
|
|
|
<TableRow>
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="White">
|
|
|
|
</TextView>
|
|
|
|
<EditText
|
2011-11-27 02:24:52 +01:00
|
|
|
android:id="@+id/ed_header_white"
|
2011-11-12 20:44:06 +01:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:inputType="text">
|
|
|
|
</EditText>
|
|
|
|
</TableRow>
|
|
|
|
<TableRow>
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="Black">
|
|
|
|
</TextView>
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/ed_header_black"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:inputType="text">
|
|
|
|
</EditText>
|
|
|
|
</TableRow>
|
|
|
|
</TableLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
<Button
|
|
|
|
android:id="@+id/ed_header_ok"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:text="Ok">
|
|
|
|
</Button>
|
2011-11-27 02:52:17 +01:00
|
|
|
<Button
|
|
|
|
android:id="@+id/ed_header_cancel"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:text="Cancel">
|
|
|
|
</Button>
|
|
|
|
</LinearLayout>
|
2011-11-12 20:44:06 +01:00
|
|
|
|
|
|
|
</LinearLayout>
|
2011-11-27 02:24:52 +01:00
|
|
|
</ScrollView>
|