Android Contacts如何实现其滚动索引提示?

时间:2016-05-20 05:51:50

标签: android scroll contacts

触摸和滚动滚动条时,

android联系人会产生视觉效果,如下所示:

scrolling index hint

有谁知道EXACTLY the AOSP contacts APP如何实现这个?

我想知道AOSP的实现,因为我试图改变颜色和文本大小,但无法找到它编码的位置。

2 个答案:

答案 0 :(得分:0)

我认为此链接可能会对您有所帮助:

https://blog.stylingandroid.com/recyclerview-fastscroll-part-1/

答案 1 :(得分:0)

这是ListView的一项功能,名为FastScroller。我们可以自定义它是在样式/主题中编写xml属性,由Shubham的答案描述。

例如:

<item name="android:fastScrollPreviewBackgroundRight">@drawable/contact_list_fastscroll_bubble</item>