2

I see that setting bigContentView increases the notification height to 256dp but this applies to only notification in expanded form.
Can the heads-up notification itself be made of the size of bigContentView? Using headsUpContentView only increases the heads-up notification size to medium format of 128dp.
I need large-format version of heads-up Notification.

Sreehari
  • 5,621
  • 2
  • 25
  • 59

1 Answers1

0

No, all notifications will be uniform in height until the user opts to expand them or they are promoted to the top of the notification list.

Doug Stevenson
  • 297,357
  • 32
  • 422
  • 441