标签: android android-notifications
我设法创建了这种通知
遵循本指南:http://developer.android.com/training/notify-user/expanded.html#big-view
但是我找不到任何关于如何实现这种风格的文档:
我该怎么做?
答案 0 :(得分:2)
如Custom notification layouts所述,您可以使用Notification.Builder.setContent(RemoteViews)
Notification.Builder.setContent(RemoteViews)
答案 1 :(得分:1)
您需要添加自定义通知布局并通过远程视图。
http://developer.android.com/guide/topics/ui/notifiers/notifications.html#CustomNotification
https://stackoverflow.com/a/18414768/713778