【发布时间】:2021-06-03 23:52:41
【问题描述】:
我看到了这个链接:how to change color of the actual scroll in ScrollView android?
然后我用android:scrollbarThumbVertical="@android:color/darker_gray"
然后我用android:scrollbarThumbVertical="#FFAAFF00"
但我看到了这个错误:
Color types not allowed (at 'scrollbarThumbVertical' with value '#FFAAFF00')
为什么会出现这个错误?
为什么不使用每种颜色?
【问题讨论】:
标签: android scrollview