自定义通知样式是否包含基本布局

时间:2016-03-28 22:51:14

标签: android android-layout notifications

我需要为扩展的通知视图构建自定义通知样式。但是我想利用一些基本通知样式,特别是基本通知布局设置和使用的icon_group。

有没有办法以某种方式继承这些布局定义,而不是复制基本布局和相关属性,并有效地“分叉”当前在SDK中存在的布局?

以下是我想要包含在我的自定义通知样式中的部分,认为这将起作用(或者我真的希望它能够工作)。此代码位于notification_template_marterial_big_base.xml和notification_template_material_base.xml中,并希望它也存在于我的自定义布局中。

<include layout="@layout/notification_template_icon_group"
    android:layout_width="@dimen/notification_large_icon_width"
    android:layout_height="@dimen/notification_large_icon_height" />

0 个答案:

没有答案