I use the NotificationCompat.Builder to display my notification through android versions and use a custom layout for the notification. The custom layout wor
NotificationCompat.Builder
This may be a bug in the support library - see this issue.
You may have to work around it by applying the contentView directly:
not.contentView = contentView;