Android setThumb(drawable) 变量类型?

发布于 2025-01-05 04:25:29 字数 154 浏览 1 评论 0原文

所有,

我试图动态更改 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

乱世争霸 2025-01-12 04:25:29

您需要从您的资源创建一个可绘制对象。

Drawable mypicture= getResources().getDrawable(R.drawable.mypicture);

You need to create a drawable from your resource.

Drawable mypicture= getResources().getDrawable(R.drawable.mypicture);
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文