E.g: You will get this error if you declare EditText as below:
<EditText
android:id="@+id/editText1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ems="10" >
<requestFocus />
</EditText>
<EditText
android:id="@+id/editText1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ems="10"
android:inputType="text" >
<requestFocus />
</EditText>
Thank you,
ReplyDeleteexactly what I was looking for...
Thanks,
ReplyDeleteExactly what I was looking for...
thanks for the solution. that's very help me
ReplyDeleteThank you for solving my error
ReplyDeletesaved me!!!
ReplyDeletethanks for this xml file entry..
Thanks it works
ReplyDelete