Mazs's Note
Java / Android
BloggerAds
2012年6月9日 星期六
Android Layout依比例%分配寬度
類似html中的%width語法,android layout中也有相對應的layout_weight和weightSum.
<
LinearLayout
...
>
<
TextView
...
android:layout_weight
=
"1
"
/>
<
TextView
...
android:layout_weight
=
"1
"
/>
<
TextView
...
android:layout_weight
=
"1
"
/>
</
LinearLayout
>
引用
較新的文章
較舊的文章
首頁