



<?xml version="1.0" encoding="utf-8"?>
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
</TableLayout>
<?xml version="1.0" encoding="utf-8"?>
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TableRow >
<CheckBox />
<TextView android:text="りんご" />
<EditText />
</TableRow>
<TableRow >
<CheckBox />
<TextView android:text="ぶどう" />
<EditText />
</TableRow>
</TableLayout>
<?xml version="1.0" encoding="utf-8"?>
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:stretchColumns="1" >
<TableRow >
<CheckBox />
<TextView android:text="りんご" />
<EditText />
</TableRow>
<TableRow >
<CheckBox />
<TextView android:text="ぶどう" />
<EditText />
</TableRow>
</TableLayout>
<?xml version="1.0" encoding="utf-8"?>
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:stretchColumns="1" >
<TableRow >
<CheckBox />
<TextView android:text="りんご" />
<EditText />
</TableRow>
<TableRow >
<CheckBox />
<TextView android:text="ぶどう" />
<EditText />
</TableRow>
<TableRow >
<CheckBox />
<TextView android:text="愛媛産じゃなく実は和歌山産みかん" />
<EditText />
</TableRow>
</TableLayout>
<?xml version="1.0" encoding="utf-8"?>
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:stretchColumns="1" >
<TableRow >
<TextView android:text="品名" android:layout_span="2" />
<TextView android:text="数量" />
</TableRow>
<TableRow >
<CheckBox />
<TextView android:text="りんご" />
<EditText />
</TableRow>
<TableRow >
<CheckBox />
<TextView android:text="ぶどう" />
<EditText />
</TableRow>
<TableRow >
<CheckBox />
<TextView android:text="愛媛産じゃなく実は和歌山産みかん" />
<EditText />
</TableRow>
</TableLayout>
Portions of this page are modifications
based on work created and shared by Google and used according to terms
described in the Creative Commons 3.0 Attribution License.
- Remical Soft -