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?

2 Answers 2

2

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

Sign up to request clarification or add additional context in comments.

Comments

1

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

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.