如何使用像gmail这样的撤消按钮创建通知?

时间:2014-08-09 10:15:27

标签: android android-notifications undo

我想实现这样的通知:

enter image description here

我知道我可以使用custom layout notificationset an onClickPendingIntent。但是,这是最好的选择吗?如果不是,它是什么?如果是,我怎么能用图标模仿左方?措施,颜色等

2 个答案:

答案 0 :(得分:2)

是的,这是最好的选择。使用RemoteViews创建自定义布局,并确保使用onClickPendingIntent而不是setContentIntent进行UNDO操作。如果您使用第二种方法,则通知栏会被最小化,如果您希望在用户按下UNDO之后再次无缝更新通知,那么这不是您想要的。

如果您想将图标与非自定义通知对齐,请使用以下尺寸: https://www.google.com/design/spec/patterns/notifications.html#notifications-content

答案 1 :(得分:0)

我有同样的问题。我在PendingIntent活动/服务中所做的是使用“撤消”按钮等创建新通知。