2

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?

vivekg
  • 31
  • 3
  • Read this have nice example itself in developer.android site http://developer.android.com/intl/in/training/notify-user/expanded.html and http://developer.android.com/intl/in/reference/android/app/Notification.BigPictureStyle.html – Ajay Pandya Mar 26 '16 at 06:36
  • @AjayPandya I know these styles but problem is in BigPicture style you can't add multiline summary text which I want to do and in BigView Style you can't add picture below summary text. – vivekg Mar 26 '16 at 07:01

1 Answers1

0

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

Community
  • 1
  • 1
Ajay Pandya
  • 2,417
  • 4
  • 29
  • 65