我有一个图像按钮,我希望能够将透明部分设置为一种颜色

时间:2017-11-30 18:07:41

标签: android android-imagebutton

我有一个ImageButton:

enter image description here

我希望将图像的透明部分变成另一种颜色,同时让背景保持白色。有没有办法在xml(或代码)中执行此操作?

我试过了:

android:background="@color/colorPrimary"

android:backgroundTint="@color/colorPrimary"

但这会将整个背景更改为不同的颜色,而不是透明部分。它使透明部分变白。

1 个答案:

答案 0 :(得分:2)

使用android:tint="@color/colorPrimary"