Android user status notification height

I made a notification in the client status bar in accordance with the Android Developer's Guide. I wanted to create a custom advanced view, since my content will be disabled by default. I managed to do something similar to the default view, but my content is cropped as the height goes beyond the notification area.

Is there a way to increase the height of the extended notification submission for notification of the status line through the layout or some means when announcing the notification (in this case, in the service)?

+4
source share
1 answer

Is there a way to increase the height of the extended notification submission for notification of the status line through the layout or some means when announcing the notification (in this case, in the service)?

No, sorry.

From the Android development team , Dianne Hackborn says:

No, height is limited.

+4
source

All Articles