Fix text on sync authorization activity

This commit is contained in:
Koitharu
2023-04-22 15:25:57 +03:00
parent 40b9577e69
commit 3ed9ed8cab
2 changed files with 5 additions and 5 deletions

View File

@@ -55,7 +55,7 @@
android:layout_alignParentEnd="true"
android:layout_marginTop="30dp"
app:errorIconDrawable="@null"
app:helperText="You can sign in into an existing account or create a new one"
app:helperText="@string/sync_auth_hint"
app:hintEnabled="false">
<com.google.android.material.textfield.TextInputEditText
@@ -107,7 +107,7 @@
android:layout_alignParentEnd="true"
android:layout_marginTop="12dp"
android:gravity="center_horizontal"
android:text="@string/enter_email_text"
android:text="@string/enter_password"
android:textAppearance="?textAppearanceSubtitle1" />
<com.google.android.material.textfield.TextInputLayout
@@ -121,7 +121,6 @@
android:layout_marginTop="30dp"
app:endIconMode="password_toggle"
app:errorIconDrawable="@null"
app:helperText="You can sign in into an existing account or create a new one"
app:hintEnabled="false">
<com.google.android.material.textfield.TextInputEditText
@@ -175,4 +174,4 @@
</FrameLayout>
</LinearLayout>
</LinearLayout>

View File

@@ -433,4 +433,5 @@
<string name="speed">Speed</string>
<string name="restore_backup_description">Import a previously created backup of user data</string>
<string name="show_on_shelf">Show on the Shelf</string>
</resources>
<string name="sync_auth_hint">You can sign in into an existing account or create a new one</string>
</resources>