亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

android gridlayout居中的方法是什么

小億
193
2023-11-21 01:34:46
欄目: 編程語言

要將一個子視圖在GridLayout中居中,可以使用以下方法:

  1. 在GridLayout的XML布局文件中,將子視圖的gravity屬性設置為center。
<GridLayout
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <TextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:gravity="center"
        android:text="Centered TextView" />

</GridLayout>
  1. 在GridLayout的XML布局文件中,使用layout_gravity屬性將GridLayout的所有子視圖都居中。
<GridLayout
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_gravity="center">

    <TextView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="Centered TextView" />

</GridLayout>
  1. 在GridLayout的Java代碼中,使用setGravity()方法將子視圖居中。
GridLayout gridLayout = findViewById(R.id.grid_layout);
TextView textView = findViewById(R.id.text_view);

gridLayout.setGravity(Gravity.CENTER);

請注意,以上方法對GridLayout中的所有子視圖都會產生居中效果。如果只想讓特定的子視圖居中,可以將它們放置在一個單獨的布局容器中,然后使用上述方法將該布局容器居中。

0
英超| 宁国市| 正阳县| 晋中市| 馆陶县| 木兰县| 泰安市| 基隆市| 新巴尔虎右旗| 辉南县| 昌江| 双峰县| 离岛区| 蕉岭县| 新闻| 喀喇沁旗| 谢通门县| 阿巴嘎旗| 华容县| 大新县| 纳雍县| 正宁县| 山阳县| 五家渠市| 崇明县| 获嘉县| 新津县| 赤水市| 罗江县| 保靖县| 新余市| 沭阳县| 香港| 丰县| 乐亭县| 阿瓦提县| 蓬溪县| 安平县| 九寨沟县| 樟树市| 额敏县|