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.
有没有办法替换应用程序中的可绘制滚动条(即我有一个自定义滚动条视图,我想使用它来代替 Android 框架附带的默认灰色滚动条)。我查看了所有的android属性,但似乎没有一个支持它(至少我知道的最简单的方法是如何将drawable设置为某个android属性)。
如果不是并说它需要更改框架,我会从哪里开始寻找它(在框架中)?
谢谢
MB
Custom scrollbar thumb:
android:scrollbarThumbHorizontal="..." android:scrollbarThumbVertical="..."
Custom scrollbar track (scrollbar background):
android:scrollbarTrackHorizontal="..." android:scrollbarTrackVertical="..."