Board logo

標題: TableLayout [打印本頁]

作者: ray    時間: 2012-10-26 20:15     標題: TableLayout

  1. <TableLayout
  2.             android:layout_width="fill_parent"
  3.         android:layout_height="wrap_content" >
  4.         <TableRow
  5.             android:layout_width="fill_parent"
  6.                 android:layout_height="wrap_content" >
  7.                     <Button
  8.                         android:id="@+id/buttonCalc"
  9.                         android:layout_width="fill_parent"
  10.                         android:layout_height="wrap_content"
  11.                         android:layout_weight="1"
  12.                         android:text="@string/calc_lbl" />
  13.                         <Button
  14.                         android:id="@+id/buttonSugg"
  15.                         android:layout_width="fill_parent"
  16.                         android:layout_height="wrap_content"
  17.                         android:layout_weight="1"
  18.                         android:text="@string/sugg_lbl" />
  19.                 </TableRow>
  20.         </TableLayout>
複製代碼





歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/) Powered by Discuz! 7.2