Android tablelayout 元件填滿(均勻分布)在layout之中

Android tablelayout 元件填滿(均勻分布)在layout之中

Android tablelayout 元件填滿(均勻分布)在layout之中



<TableLayout
        android:layout_width=”fill_parent”
        android:layout_height=”wrap_content”
        android:stretchColumns=”*”
        >


 


發表迴響

你的電子郵件位址並不會被公開。 必要欄位標記為 *