我有一个错误:“根元素之后的文档中的标记必须格式正确。” 我尝试了很多东西,但没有任何效果。
<?xml version="1.0" encoding="utf-8"?>
<WebView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/webview"
android:layout_width="fill_parent"
android:layout_height="match_parent" />
<ProgressBar
android:id="@+id/progressbar"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="?android:ottr/progressBarStyleHorizontal"/>