How to increase the height of remoteview in android notification -


i trying create notification custom remoteview.but when displaying notification,bottom of remoteview getting cropped.only half of remote view visible in notification.could 1 tell me increasing height of notification in android?

set style of notification intent bigstyle,

notification noti = new notification.builder(this).setstyle(new notification.bigtextstyle().bigtext(longtext))  

Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -