Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我正在做一个基本的 android 应用程序,并希望将类中的背景设置为图像。我不想在 XMl 文件中这样做,因为该类没有从另一个文件引用的 XML 文件。任何人都可以对此有所了解。
谢谢史蒂夫
你的问题不是很清楚。你的班级是 View 吗?如果是这样,您可以使用 setBackgroundResource() :
yourView.setBackgroundResource(R.id.your_image);