0

I have managed to create this kind of notifications

enter image description here

following this guide: http://developer.android.com/training/notify-user/expanded.html#big-view

However I cannot find any documentation on how to achieve this style:

enter image description here

How can I do this?

UpCat
  • 67,448
  • 127
  • 369
  • 590

2 Answers2

2

As described in Custom notification layouts, you can set a custom content of the notification with Notification.Builder.setContent(RemoteViews)

rds
  • 25,295
  • 17
  • 104
  • 127
1

You need to add custom notification layout and through the remote views.

Community
  • 1
  • 1
ranjk89
  • 1,342
  • 16
  • 21