Custom notification layout don't work on Android 2.3 or lower

后端 未结 1 1693
终归单人心
终归单人心 2020-12-13 21:20

I use the NotificationCompat.Builder to display my notification through android versions and use a custom layout for the notification.
The custom layout wor

相关标签:
1条回答
  • 2020-12-13 21:36

    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;
    
    0 讨论(0)
提交回复
热议问题