Meaning of “No label views point to this text field” warning message

后端 未结 8 1338
耶瑟儿~
耶瑟儿~ 2020-12-09 01:58

What is the meaning of this warning?

No label views point to this text field with an android:labelFor=\"@ id/@ id/editText1\" attribute

8条回答
  •  抹茶落季
    2020-12-09 02:10

    I solved it by writing both attributes:

    android:id="@+id/editText1" android:labelFor="@+id/editText1"

提交回复
热议问题