【发布时间】:2021-09-23 12:21:50
【问题描述】:
在 android 中我实现了水平滚动视图 n 为此设置滚动条为真,
但是在某些设备上它是可见的,但在其他设备上它不是我出错的地方,你能建议一下吗
这两款设备也仅在 android 10 中运行
我还设置了淡入淡出为假
【问题讨论】:
标签: android xml android-studio scrollbar horizontalscrollview
在 android 中我实现了水平滚动视图 n 为此设置滚动条为真,
但是在某些设备上它是可见的,但在其他设备上它不是我出错的地方,你能建议一下吗
这两款设备也仅在 android 10 中运行
我还设置了淡入淡出为假
【问题讨论】:
标签: android xml android-studio scrollbar horizontalscrollview
在你的 recyclerView xml 中添加这两行
android:scrollbarFadeDuration="0"
android:scrollbarDefaultDelayBeforeFade="0"
【讨论】: