summaryrefslogtreecommitdiff
path: root/data/res/layout/notification_template_material_base.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/res/layout/notification_template_material_base.xml')
-rw-r--r--data/res/layout/notification_template_material_base.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/res/layout/notification_template_material_base.xml b/data/res/layout/notification_template_material_base.xml
index 353a1a57..445b19b5 100644
--- a/data/res/layout/notification_template_material_base.xml
+++ b/data/res/layout/notification_template_material_base.xml
@@ -39,6 +39,10 @@
android:layout_height="@dimen/notification_progress_bar_height"
android:layout_marginTop="@dimen/notification_progress_margin_top"
layout="@layout/notification_template_progress" />
+ <include layout="@layout/notification_template_smart_reply_container"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="@dimen/notification_content_margin_bottom" />
</LinearLayout>
<include layout="@layout/notification_template_right_icon" />
</FrameLayout>