Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我通过以下方式在我的列表视图中设置了 ListView Scrollbar thumb 的可绘制对象:
android:scrollbarThumbVertical="@drawable/tabscroller
“tabscroller”是一个高度小的图像。但拇指在我的列表视图中显得太大(列表视图拇指的默认高度)。有没有办法改变拇指的高度?