我有以下XML代码:
<?xml version="1.0" encoding="utf-8"?>
<TabHost xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:id="@android:id/tabhost" >
<LinearLayout android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TabWidget android:id="@android:id/tabs"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
</TabWidget>
<FrameLayout android:id="@android:id/tabcontent"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
</FrameLayout>
</LinearLayout>
</TabHost>
错误消息:“根元素后面的文档中的标记执行得很好。 所有标签都已关闭,可能是什么导致这种情况?
答案 0 :(得分:0)
尝试使用ctrl
+ shift
+ F
到您的xml代码,该代码将格式化代码,并在清理项目后重试。它将起作用。