Skip to content
Snippets Groups Projects
Commit 5751b3b4 authored by Pavan Koushik Nellore's avatar Pavan Koushik Nellore Committed by Adrien Béraud
Browse files

import: link action_required below title

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

Change-Id: I722fd48e75c472ff1825638c883d2ce76f91134c
parent 353df454
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment