奥利奥(8.0)状态栏通知图标全白(Oreo (8.0) status bar notificati

2019-09-28 20:12发布

我目前有采用Android奥利奥正确显示在状态栏和通知本身(截屏下面提供)通知图标的问题。

要创建的图标,我使用的是Android 3.1,右单击res文件夹并选择New>图片资源。 内,我上传了全白的PNG(按文档),并选择一个红色背景为每截图:

在AndroidManifest.xml中的,我这样设置图标:

<application ... android:icon="@mipmap/ic_launcher"

实际的应用程序看上去是正确的,但通知图标不显示正确。

通知图标错误:

Answer 1:

您需要创建图标按本

还需要添加

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

AndroidManifest



文章来源: Oreo (8.0) status bar notification icon all white