<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 – 快速滚动自定义拇指所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)