setbackgroundcolor专题

setBackground、setBackgroundColor、setBackgroundDrawable、setBackgroundResource的区别

1.SetBackground(Drawable backgroun)其参数为一个Drawable对象,目的是设置view的背景图片,Drawable对象可以这样获取 getResources().getDrawable(R.drawable.xx)2.setBackgroundColor(int color)其参数为一个颜色值,其目的是设置一个view的背景颜色 3.setBackg