更改可绘制资源的背景图像

时间:2015-06-29 07:12:44

标签: android xml android-drawable xml-drawable

基本上我创建了一个 background.xml 来添加背景图像以保持纵横比。然后,我将PanelPreviewNoteTags的背景设置为TextBox

如何更改活动中的背景图片?

在activity_main.xml中:

PanelEditNoteTags

在background.xml中:

ImageView

@drawable/background是实际的.jpg文件

1 个答案:

答案 0 :(得分:0)

您可以像这样以编程方式设置imageview

ImageView image;
//initialization
image.setImageResource(int);

//其中int是像R.drawable.something

这样的资源