What is the meaning of this warning?
No label views point to this text field with an android:labelFor=\"@ id/@ id/editText1\" attribute
I solved it by writing both attributes:
android:id="@+id/editText1" android:labelFor="@+id/editText1"