我在豆形软糖做了一个自定义的远程视窗,如所描述这里,并将其设置为一个通知的bigContentView。
notification.bigContentView = customNotifView;
Run Code Online (Sandbox Code Playgroud)
我试图在扩展后将自定义布局放置在标准 contentView下方;像这样的东西。
问题是自定义布局在展开后覆盖了标准的contentView。
有没有办法做到这一点?
notifications android expandable remoteview android-4.2-jelly-bean