改变Android图标的颜色

时间:2015-12-10 05:12:16

标签: android android-layout android-xml

所有Android素材图标均为黑色或白色:

https://www.google.com/design/icons/index.html

我添加到我的布局中:

<ImageView
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@drawable/ic_plus" />

有没有办法将图标的颜色从黑/白更改为布局/代码中的其他内容?

我听说过android:backgroundTint="@color/green"属性,但这适用于所有Android版本吗?例如,如果我在布局中使用此属性,它是否会更改早于5.0的Android版本的颜色?

编辑:哇,你们擅长让新用户感到不受欢迎。

1 个答案:

答案 0 :(得分:0)

我认为,所有Android版本都不可能。

您可以在本网站设计图标颜色。()

注意:此网站也提供Google Designs图标。

图标生成器允许您快速轻松地从现有源图像,剪贴画或文本生成图标。

http://romannurik.github.io/AndroidAssetStudio/