gpt4 book ai didi

android - 自定义回收器适配器中的滚动 TextView

转载 作者:行者123 更新时间:2023-11-29 23:38:44 28 4
gpt4 key购买 nike

我正在使用带有自定义适配器的自定义 RecyclerView。在适配器模型 XML 中有一个具有固定高度和宽度的 TextView ,我需要在 TextView 中滚动文本。滚动 TextView 时不要滚动整个 RecyclerView

最佳答案

你可以尝试用 NestedScrollView 包裹你的 TextView

<android.support.v4.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content">

<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content">
</android.support.v4.widget.NestedScrollView>

关于android - 自定义回收器适配器中的滚动 TextView ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52039352/

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