Android Material Design。标签图标太暗

时间:2017-01-25 16:13:47

标签: android material-design

我是Android新手,我正在使用Google SlidingTabLayout制作标签栏。我有一个问题,为什么这些图标太暗。 See this picture

enter image description here

帮助我理解这个

3 个答案:

答案 0 :(得分:1)

在布局xml中,您可以添加

android:tint="#FF545454" //Add the color you want

示例:

<ImageView
        android:layout_width="60sp"
        android:layout_height="60sp"
        android:id="@+id/ic_home
        android:src="@drawable/ic_home" 
        android:tint="#FF545454" />

答案 1 :(得分:0)

转到此处:https://material.io/icons/

每个图标都有黑暗和浅色版本。

如果您想为图标添加不同的颜色,请按以下步骤操作:

Is it possible to change material design icon color from xml in Android?

答案 2 :(得分:0)

从Google图标网站下载其他图标(您可以自定义颜色)并调整颜色,然后将其替换为新颜色。

以下是链接。 Google material design Icons