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

ios - Change Storyboard View using Seague -

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -