From f03cca70642c1a46277510018b682310ab3a0fca Mon Sep 17 00:00:00 2001 From: Gerard Paligot Date: Fri, 19 Dec 2025 17:31:13 +0100 Subject: [PATCH 1/2] Adjust top margin for remote message with illustration --- .../src/main/res/layout/view_remote_message_cta.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-design-system/design-system/src/main/res/layout/view_remote_message_cta.xml b/android-design-system/design-system/src/main/res/layout/view_remote_message_cta.xml index 855c517e042a..47135bee2946 100644 --- a/android-design-system/design-system/src/main/res/layout/view_remote_message_cta.xml +++ b/android-design-system/design-system/src/main/res/layout/view_remote_message_cta.xml @@ -58,7 +58,7 @@ android:id="@+id/topIllustration" android:layout_width="@dimen/messageCtaIllustrationSize" android:layout_height="@dimen/messageCtaIllustrationSize" - android:layout_marginTop="@dimen/keyline_2" + android:layout_marginTop="@dimen/keyline_4" android:scaleType="center" android:visibility="gone" app:layout_constraintEnd_toEndOf="parent" From b875b5e738d72a4461de0421e2f30e229cf9578b Mon Sep 17 00:00:00 2001 From: Gerard Paligot Date: Fri, 19 Dec 2025 17:46:32 +0100 Subject: [PATCH 2/2] Apply the top margin to the lottie animation too --- .../src/main/res/layout/view_remote_message_cta.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android-design-system/design-system/src/main/res/layout/view_remote_message_cta.xml b/android-design-system/design-system/src/main/res/layout/view_remote_message_cta.xml index 47135bee2946..e4770d43bf82 100644 --- a/android-design-system/design-system/src/main/res/layout/view_remote_message_cta.xml +++ b/android-design-system/design-system/src/main/res/layout/view_remote_message_cta.xml @@ -45,7 +45,7 @@ android:id="@+id/topIllustrationAnimated" android:layout_width="wrap_content" android:layout_height="0dp" - android:layout_marginTop="@dimen/keyline_2" + android:layout_marginTop="@dimen/keyline_4" app:layout_constraintHeight_max="96dp" android:visibility="gone" app:layout_constraintTop_toTopOf="parent"