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:
parent
1c29f56528
commit
b6479e9bb2
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue