gpt4 book ai didi

android - 如何在快速滚动时自定义 Alpha-Indexer

转载 作者:搜寻专家 更新时间:2023-11-01 07:58:54 26 4
gpt4 key购买 nike

我有一个 ListView,它使用 SectionIndexer 实现了 AlphaIndexer。我想知道是否有自定义快速滚动时显示的 Aplha-Indexer 框,即更改其颜色、背景、文本字体/颜色等。喜欢:

enter image description here

已编辑或者,当此框与 FastScroll Thumb 相邻时。喜欢:

enter image description here

最佳答案

如果您使用 Theme在您的应用程序中引用 res/val/style它的变体 styles-v11styles-v14 .那你一定可以实现定制fastscroll indexer .

将这些属性附加到您的 styles-v11 中或 styles-v14在你 parent 里面Theme属性。

<style name="Theme.Zname" parent="@style/Theme.Sherlock.Light">
<item name="android:fastScrollPreviewBackgroundLeft">@drawable/_ics_fastscroll_label_left</item>
<item name="android:fastScrollPreviewBackgroundRight">@drawable/_ics_fastscroll_label_right</item>
</style>

此处使用 ActionBarSherlock , 所以样式 fastScrollPreviewBackgroundLeftfastScrollPreviewBackgroundRight附加在它与 API >11 一起使用.

把这些放在里面 drawable/_ics_fastscroll_label_left

_ics_fastscroll_label_left

关于android - 如何在快速滚动时自定义 Alpha-Indexer,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24176990/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com