Android Notification with BigPicture style and Big

2019-07-25 09:36发布

问题:

Does anyone can help me out here.How to implement BigPictureStyle notification with multiline summary text in android.I am able to do by reducing text size which I don't want to.Please help me out on this.

Can we combine two types of notification like big picture and big text style?Does any one know about this?

回答1:

From your requirement i can figured out that you have to create custom layout for notification because basically you can not combine both BigPicture and BitText style so you have to go with the custom view for notification.

you can read this Custom notification for android as well example from this solution