码迷,mamicode.com
首页 > 移动开发 > 详细

android 设置背景为空(透明)

时间:2014-05-20 00:08:42      阅读:615      评论:0      收藏:0      [点我收藏+]

标签:android   style   blog   class   c   code   

在给控件设置背景时像ps那样的背景透明

在3.0以下可以使用

imageView.setBackgroundResource(android.R.id.empty);

但是这个方法在3.0以上会出现

ERROR/AndroidRuntime(xxxxx): Caused by: android.content.res.Resources$NotFoundException: File  from drawable resource ID #0x1020004
可以用
imageview.setBackgroundColor(Color.parseColor("#00000000"));

imageview.setBackgroundColor(android.R.color.transparent);

android 设置背景为空(透明),布布扣,bubuko.com

android 设置背景为空(透明)

标签:android   style   blog   class   c   code   

原文地址:http://www.cnblogs.com/foreverstudent/p/3731259.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!