The labelFor
is an attribute for accessibility options. You assign this to a label so that if, on a form , user clicks a textedit field , android can know what to read (TalkBack) to user.
The id you assigned to it doesn't seem to be a valid one. why there are two @id
in the id? Use ids like this: @id/editText1
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…