【发布时间】:2019-07-01 09:51:05
【问题描述】:
我需要自定义 YouTube 样式的通知。 但是,我找不到任何具有该样式的应用程序。
它只使用 YouTube 吗?
请多多指教。
Notification.Builder(context)
.setContentTitle(" ")
.setContentText(description)
.setSmallIcon(R.drawable.notification_icon)
.setColor(context.getColor(R.color.notification_default_color))
.setContentIntent(pendingIntent)
.setAutoCancel(true)
.setStyle(Notification.DecoratedCustomViewStyle())
.setGroup(notificationType.summaryGroupKey)
.setActions(*actions)
.setCustomContentView(smallView)
.setCustomBigContentView(expandedView)
【问题讨论】:
-
你能发一张你想要达到的效果吗
-
你可以看到新的 youtube 通知 - androidpolice.com/wp-content/uploads/2018/04/…
标签: java android kotlin youtube android-notifications