中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

linearlayout中怎么指定子元素所占權重

小億
130
2024-02-18 16:25:20
欄目: 編程語言

在LinearLayout中,可以使用android:layout_weight屬性來指定子元素所占的權重。該屬性值是一個浮點數,用于指定子元素在父布局中所占的比例。

例如,如果一個LinearLayout中有兩個子元素,一個設置了android:layout_weight=“1”,另一個設置了android:layout_weight=“2”,則第一個子元素占總空間的1/3,而第二個子元素占總空間的2/3。

示例代碼如下:

<LinearLayout
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="horizontal">

    <TextView
        android:layout_width="0dp"
        android:layout_height="wrap_content"
        android:layout_weight="1"
        android:text="Item 1" />

    <TextView
        android:layout_width="0dp"
        android:layout_height="wrap_content"
        android:layout_weight="2"
        android:text="Item 2" />

</LinearLayout>

在上面的示例中,第一個TextView的權重為1,第二個TextView的權重為2,因此第一個TextView占總空間的1/3,第二個TextView占總空間的2/3。

0
湟中县| 金沙县| 金溪县| 高碑店市| 康乐县| 大丰市| 江北区| 宁国市| 鲁甸县| 辉南县| 凯里市| 德钦县| 定南县| 平泉县| 岑溪市| 清苑县| 长沙市| 得荣县| 牟定县| 紫阳县| 马边| 沙河市| 榆树市| 怀仁县| 东辽县| 宕昌县| 嵩明县| 新龙县| 郯城县| 克山县| 延边| 宣威市| 蚌埠市| 滦平县| 崇州市| 余江县| 当雄县| 乌兰浩特市| 故城县| 繁昌县| 盈江县|