kunyashaw博客主页 关注kunyashaw新博客 关于kunyashaw 转到底部

36、imageview的坑

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

imageviewChooseStaff.setImageResource(R.drawable.default_head_pic);

而不是

imageviewChooseStaff.setBackgroundResource(R.drawable.default_head_pic);

 

posted @ 2015-04-29 14:04  kunyashaw  阅读(156)  评论(0编辑  收藏  举报
回到顶部