在哪里可以找到Android通知图标允许的颜色列表?

时间:2019-05-11 00:23:09

标签: android push-notification notifications android-notifications android-icons

似乎android除了所有颜色都没有。 当我将其设置为某个绿色时,该图标为绿色但有所不同。例如,如果尝试某种红色,效果也一样。就像android将其设置为允许的颜色列表中最接近的颜色。

有什么地方可以选择吗?

我说的是左上方图标的颜色。

enter image description here

1 个答案:

答案 0 :(得分:0)

对于通知图标颜色,首先该图标应为白色,所有颜色都应为白色,然后您可以在构建器中自定义所需的颜色:

mBuilder.setColor(ContextCompat.getColor(context, R.color.colorPrimary));