【发布时间】:2014-03-05 10:20:31
【问题描述】:
我在 JellyBean 中制作了一个自定义 RemoteView,如 here 所述,并将其设置为通知的 bigContentView。
notification.bigContentView = customNotifView;
我正在尝试将自定义布局放置在扩展后的标准 contentView 下方;类似于this。
问题是自定义布局覆盖扩展后的标准contentView。
有没有办法做到这一点?
【问题讨论】:
标签: android notifications remoteview expandable android-4.2-jelly-bean