android – 快速滚动自定义拇指

android – 快速滚动自定义拇指,第1张

概述如何在listview中设置自定义拇指以快速滚动. 你可以将它设置到style.xml中 <style name="Theme_app" parent="@android:style/Theme.Holo.Light"> <item name="android:fastScrollThumbDrawable">@drawable/fastscroll_thumb_holo</item> 如何在ListvIEw中设置自定义拇指以快速滚动.解决方法 你可以将它设置到style.xml中
<style name="theme_app" parent="@androID:style/theme.Holo.light">    <item name="androID:fastScrollThumbDrawable">@drawable/fastscroll_thumb_holo</item> </style>

而不是在Drawable中为图像创建一个xml

<selector xmlns:androID="http://schemas.androID.com/apk/res/androID">    <item androID:state_pressed="true" androID:drawable="@drawable/fastscroll_thumb_pressed_holo" />    <item androID:drawable="@drawable/fastscroll_thumb_default_holo" /></selector>
总结

以上是内存溢出为你收集整理的android – 快速滚动自定义拇指全部内容,希望文章能够帮你解决android – 快速滚动自定义拇指所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1140944.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-31
下一篇 2022-05-31

发表评论

登录后才能评论

评论列表(0条)

保存