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

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

2013-11-14 
android 设置Button或者ImageButton的背景透明?Button或者ImageButton的背景设为透明或者半透明半透明But

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

?

Button或者ImageButton的背景设为透明或者半透明

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

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

?

?

热点排行