Skip to content

Commit 3f4e5e2

Browse files
lsiracsamtstern
authored andcommitted
Small accessibility fixes (#1454)
1 parent 1f3b18e commit 3f4e5e2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

auth/src/main/res/layout/fui_check_email_layout.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
<android.support.design.widget.TextInputLayout
2525
android:id="@+id/email_layout"
26+
android:labelFor="@+id/email"
2627
style="@style/FirebaseUI.TextInputLayout.EmailField"
2728
android:layout_width="match_parent"
2829
android:layout_height="wrap_content"

auth/src/main/res/layout/fui_register_email_layout.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
<android.support.design.widget.TextInputLayout
2626
android:id="@+id/email_layout"
27+
android:labelFor="@+id/email"
2728
style="@style/FirebaseUI.TextInputLayout.EmailField"
2829
android:layout_width="match_parent"
2930
android:layout_height="wrap_content"
@@ -41,6 +42,7 @@
4142

4243
<android.support.design.widget.TextInputLayout
4344
android:id="@+id/name_layout"
45+
android:labelFor="@+id/name"
4446
style="@style/FirebaseUI.TextInputLayout.NameField"
4547
android:layout_width="match_parent"
4648
android:layout_height="wrap_content"

0 commit comments

Comments
 (0)