带有额外视图的 Android 滚动条(包含屏幕截图)
我再次需要帮助!
起初我真的以为这是某种 ScrollView 调整来实现这样的效果:
但是,据我所知知道,事实并非如此,那么,我怎样才能实现这种自定义滚动条呢?
提前致谢!
i need some help again!
At first i really thought it was some kind of ScrollView tweak to achieve something like this:
But, as far as i know, it isnt, so, how can i achieve this kinda of custom scrollbar?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我终于找到了解决方案。 http://code.google.com/p/apps-for-android/,Rings Extended 应用程序有一个实现!
I finally found the solution. http://code.google.com/p/apps-for-android/, the Rings Extended app has a implementation of it!
看起来就像打开快速滚动时显示的手柄。
Looks like the handle displayed when you turn on fast scroll.
看看 android:scrollbarThumbVertical 看看是否有帮助。到目前为止我自己还没有使用过它,但看起来它可能正是您所需要的。
编辑:另请参阅 API 演示->查看 ->滚动条-> 2. 花哨。
Take a look at android:scrollbarThumbVertical and see if that helps. I haven't used it myself so far but it seems it may be what you need.
EDIT: Also see the API Demos -> View -> Scrollbars -> 2. Fancy.