Android中如何自定义滚动条

发布于 2024-12-02 12:53:54 字数 133 浏览 1 评论 0原文

我试图构建一个自定义滚动视图,如附图所示。

任何人都可以有任何建议,请告诉我。

谢谢

在此处输入图像描述

I trying to build an custom scroll view like showing in attached pic.

can any body have any suggestion , pls let me know.

thanks

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

乜一 2024-12-09 12:53:54

看一下 Scrollview 类的这些属性。

android:scrollbarThumbHorizo​​ntal - 定义水平滚动条拇指可绘制。
android:scrollbarThumbVertical - 定义垂直滚动条拇指可绘制。

Take a look at these attribs of the Scrollview class.

android:scrollbarThumbHorizontal - Defines the horizontal scrollbar thumb drawable.
android:scrollbarThumbVertical - Defines the vertical scrollbar thumb drawable.

乖乖公主 2024-12-09 12:53:54

如果你想添加拇指滚动条,你可能需要添加android:fastScrollEnabled="true" 到您的列表视图

不要忘记检查 SectionIndexer

您可能想看看 RingsExtended 项目,位于 Google 代码

If you wanna add thumb scroller, you may need to addandroid:fastScrollEnabled="true" to your list view

Don't forget to check at SectionIndexer

You might wanna take a look at RingsExtended project at Google code

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文