You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's common for an EditText element to have a corresponding View object that describes what users must enter in the EditText element. You can indicate this relationship by setting the View object's android:labelFor attribute 1.
It's common for an
EditText
element to have a correspondingView
object that describes what users must enter in theEditText
element. You can indicate this relationship by setting theView
object'sandroid:labelFor
attribute 1.Created by #108 (comment)
Footnotes
https://developer.android.com/guide/topics/ui/accessibility/principles#content-pairs ↩
The text was updated successfully, but these errors were encountered: