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

后端 未结 8 1332
耶瑟儿~
耶瑟儿~ 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:22

    Select the editText, go to Properties, then Label for and enter @id/EditText1

    0 讨论(0)
  • 2020-12-09 02:27

    Remove th first '@id/' , use like

    android:id="@+id/editText1"

    which is the correct format. Keep going.. Best wishes.. :)

    0 讨论(0)
提交回复
热议问题