某些设备的水平滚动条不可见

Horizontal scroll bar is not visible for some devices

在 android 中,我实现了水平滚动视图 n 为此将滚动条设置为 true,

但在某些设备上它是可见的,但在其他设备上它不是我要出错的地方你能建议吗

而且两个设备都在 android 10 只

另外我把fade设为false

在你的 recyclerView 中添加这两行 xml

android:scrollbarFadeDuration="0"
android:scrollbarDefaultDelayBeforeFade="0"