mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-03-02 23:38:34 +00:00
Center the terms link on the welcome fragment for long translations.
This commit is contained in:
committed by
Greyson Parrelli
parent
a4d56e376f
commit
f3450b8f10
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user