gpt4 book ai didi

android - 如何在 android 的 textview 中设置运行时背景图像?

转载 作者:行者123 更新时间:2023-11-29 00:31:52 25 4
gpt4 key购买 nike

我想在 android 的 textview 中设置运行时背景在这里你可以看到我有一个 image 这是运行时设置这不是修复所以我想更改 textview 中的运行时背景和不同颜色的文本中的当前位置

 holder.textmenu.setBackgroundDrawable(R.Drawable.imagename) // gives error
holder.textmenu.setBackgroundColor(R.color.color_orange);`

enter image description here

最佳答案

应该是

holder.textmenu.setBackgroundResource(R.Drawable.imagename)

关于android - 如何在 android 的 textview 中设置运行时背景图像?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15081995/

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