Png图像按钮与Android活动中的背景

时间:2014-05-22 21:33:52

标签: android android-activity android-imagebutton

当我在活动中使用ImageButton时,它会以如下背景颜色显示:

ImageButton

我需要做些什么来消除这种深色?

2 个答案:

答案 0 :(得分:1)

使用imageButton.setBackgroundColor(Color.TRANSPARENT);

或者,如果您想以XML格式执行此操作:android:background="@android:color/transparent"

答案 1 :(得分:0)

如果您的png文件具有透明背景并且您想要透明背景,请使用PNG 32格式保存图像文件。