【发布时间】:2020-08-12 07:27:46
【问题描述】:
【问题讨论】:
标签: android notifications
【问题讨论】:
标签: android notifications
这里有 2 篇可能对您有所帮助的 SO 帖子:
Is possible set Expanded Notification as default in Big Text Notifications?
Custom notification layout gives unnecessary margin
要将通知设置为默认展开,您可以这样做
.setStyle(new NotificationCompat.BigTextStyle().bigText(th_alert))
到通知
对于接下来的 2 个查询,您可以实现自定义通知,然后删除所有样式并添加自己的样式
【讨论】: