读书人

android 设置Button或许ImageButton的

发布时间: 2013-11-14 22:02:51 作者: rapoo

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透明度值?

?

?

读书人网 >图形图像

热点推荐