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
.
Asked
Active
Viewed 763 times
2

Sreehari
- 5,621
- 2
- 25
- 59

user1685819
- 61
- 1
1 Answers
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