1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-650 App | Fix | Rename the login button (#2776)

This commit is contained in:
Mikhail 2022-12-23 14:16:29 +03:00 committed by GitHub
parent 1c29f56528
commit b6479e9bb2
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,7 +92,7 @@
android:layout_height="@dimen/auth_default_button_height"
android:layout_marginStart="6dp"
android:layout_marginEnd="@dimen/auth_default_margin_end"
android:text="@string/confirm"
android:text="@string/login"
app:layout_constraintBottom_toBottomOf="@+id/backButton"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.5"