标签:
当频繁设置imageview的背景图片时,用:
imageviewChooseStaff.setImageResource(R.drawable.default_head_pic);
而不是
imageviewChooseStaff.setBackgroundResource(R.drawable.default_head_pic);
36、imageview的坑
原文地址:http://www.cnblogs.com/kunyashaw/p/4465831.html