标签:android blog http ar log html ef htm res
详情可看:
http://www.cnblogs.com/canphp/archive/2013/01/09/2852347.html
1、就是说src是图片内容(前景),bg是背景。
2、而且scaleType只对src起作用,bg可是这透明度。
3、控制的图片为资源而不是背景,即android:src="@drawable/logo",而非android:background
="@drawable/logo"。程序中动态加载图片也类似,如:应该imgView.setImageResource(R.drawab
le.*);而非imgView.setBackgroundResource(R.drawable.*);
标签:android blog http ar log html ef htm res
原文地址:http://www.cnblogs.com/ccddy/p/4016380.html