标签:add 设置 context ide source ret each asm 背景图
仅仅需三行代码:
Resources resources = getBaseContext().getResources();
Drawable imageDrawable = resources.getDrawable(R.drawable.background_image); //图片在drawable文件夹下
mImageView.setBackgroundDrawable(imageDrawable);
标签:add 设置 context ide source ret each asm 背景图
原文地址:http://www.cnblogs.com/zhchoutai/p/7082157.html