36、imageview的坑

当频繁设置imageview的背景图片时,用:

imageviewChooseStaff.setImageResource(R.drawable.default_head_pic);

而不是

imageviewChooseStaff.setBackgroundResource(R.drawable.default_head_pic);

 

原文地址:https://www.cnblogs.com/kunyashaw/p/4465831.html