- <TableLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content" >
- <TableRow
- android:layout_width="fill_parent"
- android:layout_height="wrap_content" >
- <Button
- android:id="@+id/buttonCalc"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:text="@string/calc_lbl" />
- <Button
- android:id="@+id/buttonSugg"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:text="@string/sugg_lbl" />
- </TableRow>
- </TableLayout>
複製代碼 |