读书人

android去掉背景(色彩或者图片)

发布时间: 2012-06-29 15:48:46 作者: rapoo

android去掉背景(颜色或者图片)

view.setBackgroundResource(0);
根据文档public void setBackgroundResource (int resid)
????????????? Since: API Level 1
Set the background to a given resource. The resource should refer to a Drawable object or 0 to remove the background.

所以设置为o就是删除背景。

?

读书人网 >Android

热点推荐