0

当我在活动中使用 ImageButton 时,它会出现这样的背景颜色:

图像按钮

我该怎么做才能去除这种深色?

4

2 回答 2

1

利用imageButton.setBackgroundColor(Color.TRANSPARENT);

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

于 2014-05-22T21:50:39.243 回答
0

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

于 2014-05-22T21:55:51.810 回答