【发布时间】:2014-06-10 17:01:33
【问题描述】:
我已经设法创建了这种通知
按照本指南:http://developer.android.com/training/notify-user/expanded.html#big-view
但是我找不到任何关于如何实现这种风格的文档:
我该怎么做?
【问题讨论】:
标签: android android-notifications
我已经设法创建了这种通知
按照本指南:http://developer.android.com/training/notify-user/expanded.html#big-view
但是我找不到任何关于如何实现这种风格的文档:
我该怎么做?
【问题讨论】:
标签: android android-notifications
如Custom notification layouts中所述,您可以使用Notification.Builder.setContent(RemoteViews)设置自定义通知内容
【讨论】: