【问题标题】:How to add a badge to android notification inside the pull down menu?如何在下拉菜单中向 android 通知添加徽章?
【发布时间】:2017-01-19 18:21:57
【问题描述】:

我看到 google 的 gmail 有一个带有小徽章的通知,我想知道这是否可以添加到我的通知中。这是一个例子:

看到挂在图标上的红色小徽章。是我可以利用的东西。我在 gradle 中针对以下内容:

 minSdkVersion 19
        targetSdkVersion 24

【问题讨论】:

标签: android android-notifications


【解决方案1】:

您可以使用

实现此目的
NotificationCompat.Builder builder = new NotificationCompat.Builder(context)
                .setSmallIcon(R.drawable.ic_launcher)
                .setLargeIcon(largeIcon)

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2020-05-22
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多