91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

在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
莲花县| 浮山县| 靖安县| 大新县| 内黄县| 肃南| 衡南县| 平定县| 宝鸡市| 沧源| 尼玛县| 乌恰县| 汉川市| 通化县| 普兰店市| 腾冲县| 黄山市| 新龙县| 东至县| 武威市| 辽阳县| 湘阴县| 湾仔区| 灵璧县| 怀化市| 新密市| 聊城市| 永靖县| 福泉市| 楚雄市| 石屏县| 三亚市| 水富县| 孝感市| 朔州市| 景谷| 綦江县| 双城市| 佛教| 金溪县| 元江|