Android setThumb(drawable) 变量类型?
所有,
我试图动态更改 java 中搜索栏拇指上显示的图像,并遇到了 setThumb 方法。我在 res/drawable 下有一个 .png 文件,但找不到使用 setThumb() 引用该 .png 文件的正确方法。你们有人知道该怎么做吗?
最好提前致谢!
All,
I'm trying to dynamically change the image displayed on the thumb of the seekbar in java, and came across the setThumb method. I have a .png file under res/drawable, but can't find the right way to refer to that .png file using setThumb(). Do any of you know how to do it?
Best and Thanks in Advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要从您的资源创建一个可绘制对象。
You need to create a drawable from your resource.