控件EditText问题
<EditText
android:id="@+id/editText1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
</EditText>
老是出现这个错误 Element type "EditText" must be followed by either attribute specifications, ">" or "/>".求解决~
<EditText
android:id="@+id/editText1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
</EditText>
老是出现这个错误 Element type "EditText" must be followed by either attribute specifications, ">" or "/>".求解决~
2015-04-09
举报