gpt4 book ai didi

android - Oreo(8.0)状态栏通知图标全白

转载 作者:行者123 更新时间:2023-11-30 00:02:08 25 4
gpt4 key购买 nike

我目前在使用 Android Oreo 时遇到问题,无法在状态栏和通知本身(下面提供的屏幕截图)中正确显示通知图标。

要创建图标,我使用的是 Android 3.1,右键单击 res 文件夹并选择“新建”>“图像资源”。在其中,我正在上传一个全白的 png(根据文档)并根据屏幕截图选择红色背景:

Android image asset creation

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

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

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

通知图标错误:

Notification status bar, opened

Notification status bar, collapsed

最佳答案

您需要根据 this 创建图标

还需要添加

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

AndroidManifest

关于android - Oreo(8.0)状态栏通知图标全白,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49736012/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com