When I add notification:
NotificationCompat.Builder mBuilder = new NotificationCompat.Builder(this) .set
You can create a custom notification and then show whatever you want in the large notification area. See and example here TutorialsFace: Build all types of Notifications in Android