gpt4 book ai didi

android - 如何在android中为线性布局启用滚动功能?

转载 作者:塔克拉玛干 更新时间:2023-11-01 21:34:59 25 4
gpt4 key购买 nike

谁能帮助我如何为线性布局启用滚动功能?

最佳答案

使用 ScrollView ?

<LinearLayout android:id="@+id/LinearLayout01"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<ScrollView android:id="@+id/ScrollView01"
android:layout_width="fill_parent"
android:layout_height="110px">
</ScrollView>
</LinearLayout>

关于android - 如何在android中为线性布局启用滚动功能?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6305602/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com