当我在活动中使用ImageButton时,它会以如下背景颜色显示:
我需要做些什么来消除这种深色?
答案 0 :(得分:1)
使用imageButton.setBackgroundColor(Color.TRANSPARENT);
或者,如果您想以XML格式执行此操作:android:background="@android:color/transparent"
答案 1 :(得分:0)
如果您的png文件具有透明背景并且您想要透明背景,请使用PNG 32格式保存图像文件。