基本上我创建了一个 background.xml 来添加背景图像以保持纵横比。然后,我将PanelPreviewNoteTags
的背景设置为TextBox
。
如何更改活动中的背景图片?
在activity_main.xml中:
PanelEditNoteTags
在background.xml中:
ImageView
@drawable/background
是实际的.jpg文件
答案 0 :(得分:0)
您可以像这样以编程方式设置imageview
ImageView image;
//initialization
image.setImageResource(int);
//其中int是像R.drawable.something
这样的资源