标签:android style color sp strong on res view 开发
1、后台设置ImageView的src属性
有三种方式:img = (ImageView)this.findViewById(R.id.img_result_analyze);
[1]setImageDrawable(drawable):img.setImageDrawable(drawable);
[2]setImageBitmap(bm):img.setImageBitmap(bm);
[3]setImageResource(resId):img.setImageResource(R.drawable.a_n1);
标签:android style color sp strong on res view 开发
原文地址:http://www.cnblogs.com/xinaixia/p/4118651.html