From 5751b3b40b81f2da725336bbbbbf5787478f1941 Mon Sep 17 00:00:00 2001
From: pknellore <pavankoushik.nellore@savoirfairelinux.com>
Date: Mon, 28 Apr 2025 11:38:34 -0400
Subject: [PATCH] import: link action_required below title

Set action_required top constraint to title
and added top margin for spacing.

Change-Id: I722fd48e75c472ff1825638c883d2ce76f91134c
---
 .../app/src/main/res/layout/fragment_import_side_step_2.xml   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jami-android/app/src/main/res/layout/fragment_import_side_step_2.xml b/jami-android/app/src/main/res/layout/fragment_import_side_step_2.xml
index 59bf450ba..c557701e1 100644
--- a/jami-android/app/src/main/res/layout/fragment_import_side_step_2.xml
+++ b/jami-android/app/src/main/res/layout/fragment_import_side_step_2.xml
@@ -192,15 +192,15 @@
         android:id="@+id/action_required"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
+        android:layout_marginTop="16dp"
         android:layout_marginBottom="16dp"
         android:lineSpacingExtra="8dp"
         android:text="@string/import_side_step2_action_required"
         android:textAlignment="center"
         android:visibility="invisible"
-        app:layout_constraintBottom_toBottomOf="parent"
+        app:layout_constraintTop_toBottomOf="@id/title"
         app:layout_constraintEnd_toEndOf="parent"
         app:layout_constraintStart_toStartOf="parent"
-        app:layout_constraintTop_toTopOf="parent"
         app:layout_constraintVertical_chainStyle="packed" />
 
 </androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
-- 
GitLab