2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

Bug 1824177 - Set the correct label for email title for accessibility tools

This commit is contained in:
GitStart 2023-05-17 06:23:33 +03:00 committed by GitHub
parent dd1531b08a
commit a71ebd543e

View File

@ -399,7 +399,7 @@
android:paddingEnd="0dp"
android:text="@string/addresses_email"
android:textColor="?attr/textPrimary"
android:labelFor="@id/city_input"
android:labelFor="@id/email_input"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/phone_layout" />