Center the terms link on the welcome fragment for long translations.

This commit is contained in:
Martin d'Allens
2021-01-17 16:43:39 +01:00
committed by Greyson Parrelli
parent a4d56e376f
commit f3450b8f10

View File

@@ -36,6 +36,7 @@
android:layout_height="wrap_content"
android:layout_marginBottom="24dp"
android:text="@string/RegistrationActivity_terms_and_privacy"
android:gravity="center"
android:textColor="@color/core_ultramarine"
app:layout_constraintBottom_toTopOf="@+id/welcome_continue_button"
app:layout_constraintEnd_toEndOf="@+id/welcome_continue_button"
@@ -73,4 +74,4 @@
app:layout_constraintStart_toStartOf="@+id/welcome_continue_button"
tools:visibility="visible" />
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>