我是Eclipse的新手,我才开始写一些代码(实际上只是从网站复制和粘贴)
有人可以帮我吗???
*错误出现在最后一行
<?xml version="1.0" enCoding="utf-8"?><linearLayout xmlns:androID="http://schemas.androID.com/apk/res/androID" androID:layout_wIDth="fill_parent" androID:layout_height="match_parent" androID:gravity="center" androID:orIEntation="vertical" > <Togglebutton androID:ID="@+ID/togglebutton1" androID:layout_wIDth="wrap_content" androID:layout_height="wrap_content" > </Togglebutton>
解决方法:
使用此代码:
<?xml version="1.0" enCoding="utf-8"?><linearLayout xmlns:androID="http://schemas.androID.com/apk/res/androID" androID:layout_wIDth="fill_parent" androID:layout_height="match_parent" androID:gravity="center" androID:orIEntation="vertical" > <Togglebutton androID:ID="@+ID/togglebutton1" androID:layout_wIDth="wrap_content" androID:layout_height="wrap_content" > </Togglebutton></linearLayout>
总结 以上是内存溢出为你收集整理的android-XML文档结构必须在同一实体内开始和结束全部内容,希望文章能够帮你解决android-XML文档结构必须在同一实体内开始和结束所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)