類似html中的%width語法,android layout中也有相對應的layout_weight和weightSum.
<LinearLayout ... >
<TextView ... android:layout_weight="1"/>
<TextView ... android:layout_weight="1"/>
<TextView ... android:layout_weight="1"/>  
</LinearLayout>

引用

arrow
arrow
    文章標籤
    android Layout依比例%分配寬度
    全站熱搜

    cookiesp 發表在 痞客邦 留言(0) 人氣()