- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
Have you tried a custom notification layout?
Would be a matter of splitting the notification across multiple <TextView/>'s:
- https://developer.android.com/training/notify-user/custom-notification
- https://developer.android.com/reference/android/widget/TextView
Thanks,
-Jon