gpt4 book ai didi

android - android中的滚动条

转载 作者:太空宇宙 更新时间:2023-11-03 12:40:31 25 4
gpt4 key购买 nike

如何在 android xml 文件中添加滚动条???谁能告诉我在相对布局中添加它的简单方法。我多次尝试将其添加到相对和线性布局中。但是,它不起作用。请给我解决方案。

谢谢。

最佳答案

引用上述答案:

如何使用相对布局 W.R.T. ScrollView

<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/scrollView1"
android:layout_width="fill_parent"
android:layout_height="wrap_content" >


<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content" >
... ... ...

</RelativeLayout>
</ScrollView>

关于android - android中的滚动条,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9060984/

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