kopia lustrzana https://github.com/ryukoposting/Signal-Android
Center the terms link on the welcome fragment for long translations.
rodzic
a4d56e376f
commit
f3450b8f10
|
@ -36,6 +36,7 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginBottom="24dp"
|
android:layout_marginBottom="24dp"
|
||||||
android:text="@string/RegistrationActivity_terms_and_privacy"
|
android:text="@string/RegistrationActivity_terms_and_privacy"
|
||||||
|
android:gravity="center"
|
||||||
android:textColor="@color/core_ultramarine"
|
android:textColor="@color/core_ultramarine"
|
||||||
app:layout_constraintBottom_toTopOf="@+id/welcome_continue_button"
|
app:layout_constraintBottom_toTopOf="@+id/welcome_continue_button"
|
||||||
app:layout_constraintEnd_toEndOf="@+id/welcome_continue_button"
|
app:layout_constraintEnd_toEndOf="@+id/welcome_continue_button"
|
||||||
|
@ -73,4 +74,4 @@
|
||||||
app:layout_constraintStart_toStartOf="@+id/welcome_continue_button"
|
app:layout_constraintStart_toStartOf="@+id/welcome_continue_button"
|
||||||
tools:visibility="visible" />
|
tools:visibility="visible" />
|
||||||
|
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||||
|
|
Ładowanie…
Reference in New Issue