首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 平面设计 > 图形图像 >

android 设置Button也许ImageButton的背景透明

2013-11-08 
android 设置Button或者ImageButton的背景透明透明Button android:background#00000000 ... /?View v

android 设置Button或者ImageButton的背景透明

透明<Button android:background="#00000000" ... />

?

View v = findViewById(R.id.content);//找到你要设透明背景的layout 的id v.getBackground().setAlpha(100);//0~255透明度值

?

热点排行