【问题标题】:Colorful FCM Notification icon彩色 FCM 通知图标
【发布时间】:2020-01-28 10:51:52
【问题描述】:

我只是想知道您如何使用 FCM 设置 多色通知图标,因为现在我正在使用 AndroidManifest.xml 下面的 sn-p 来着色它只有一种颜色。

<meta-data
    android:name="com.google.firebase.messaging.default_notification_icon"
    android:resource="@drawable/ic_stat_default" />

<meta-data
    android:name="com.google.firebase.messaging.default_notification_color"
    android:resource="@color/colorAccent" />

【问题讨论】:

    标签: android


    【解决方案1】:

    您可以在显示通知时定义颜色参考以下链接

    Android Color Notification Icon

    【讨论】:

    • 感谢您的评论,我已经看到了链接中的信息,但如果我没记错的话,他们正在为 FCM 做同样的事情,这只会设置 one 图标的颜色,但我希望能够在通知托盘中有一个多色通知图标。
    猜你喜欢
    • 2016-12-31
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-01-26
    • 1970-01-01
    • 2017-09-15
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多