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

溫馨提示×

在Android中如何啟用View的垂直滾動功能

小樊
91
2024-08-20 10:57:29
欄目: 編程語言

要在Android中啟用View的垂直滾動功能,可以將View包裝在一個可滾動的容器中,例如ScrollView或NestedScrollView。

  1. ScrollView:
<ScrollView
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <TextView
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:text="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris euismod, nibh ut commodo consectetur, risus justo consectetur odio, eget tincidunt mauris nisi at sem." />
</ScrollView>
  1. NestedScrollView:
<androidx.core.widget.NestedScrollView
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <TextView
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:text="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris euismod, nibh ut commodo consectetur, risus justo consectetur odio, eget tincidunt mauris nisi at sem." />
</androidx.core.widget.NestedScrollView>

在ScrollView或NestedScrollView中包裹TextView或其他要滾動的View,就可以在垂直方向上啟用滾動功能。

0
阳新县| 闸北区| 漳平市| 中卫市| 宣威市| 营山县| 杨浦区| 民乐县| 云龙县| 西平县| 常宁市| 辉县市| 高平市| 上栗县| 沾益县| 哈巴河县| 桂阳县| 达州市| 大化| 遵义市| 永川市| 当雄县| 丰都县| 衡东县| 永修县| 金湖县| 云林县| 南投县| 聊城市| 天峻县| 神农架林区| 白银市| 青海省| 安化县| 喀喇沁旗| 云浮市| 鄂托克前旗| 海口市| 深州市| 扶绥县| 汉源县|