mirror of
https://github.com/fankes/MIUINativeNotifyIcon.git
synced 2025-09-06 10:45:20 +08:00
修复通知栏单色图标颜色不显示的问题,增加 MIPUSH 单色颜色填充图标优化改进
This commit is contained in:
@@ -26,6 +26,7 @@ IconDataBean(
|
||||
appName = "", // APP 名称
|
||||
packageName = "", // APP 包名
|
||||
iconBitmap = ("").bitmap, // 位图数据 Base64
|
||||
iconColor = 0, // 通知栏中显示的图标颜色 - 设置为 0 使用系统默认颜色 (不设置颜色可不写)
|
||||
contributorName = "" // 贡献者昵称
|
||||
)
|
||||
```
|
||||
|
Reference in New Issue
Block a user