summaryrefslogtreecommitdiff
path: root/data/res/layout/notification_template_material_messaging.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/res/layout/notification_template_material_messaging.xml')
-rw-r--r--data/res/layout/notification_template_material_messaging.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/data/res/layout/notification_template_material_messaging.xml b/data/res/layout/notification_template_material_messaging.xml
index 53514a34..10c75097 100644
--- a/data/res/layout/notification_template_material_messaging.xml
+++ b/data/res/layout/notification_template_material_messaging.xml
@@ -52,7 +52,9 @@
<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" />
+ android:layout_marginTop="@dimen/notification_content_margin"
+ android:layout_marginStart="@dimen/notification_content_margin_start"
+ android:layout_marginEnd="@dimen/notification_content_margin_end" />
<include layout="@layout/notification_material_action_list" />
</com.android.internal.widget.RemeasuringLinearLayout>
<include layout="@layout/notification_template_right_icon"/>