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?

DarkLeafyGreen
  • 69,338
  • 131
  • 383
  • 601

2 Answers2

2

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

rds
  • 26,253
  • 19
  • 107
  • 134
1

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

Community
  • 1
  • 1
ranjk89
  • 1,380
  • 16
  • 21