Znaczniki w dokumencie następujące po elemencie głównym muszą być dobrze ukształtowane?

Im dostaję ten błąd w moim pliku activity_main.xml w linii 9, nie mam pojęcia, dlaczego proszę o pomoc.

<FrameLayout
    android:id="@+id/main_content"
    android:layout_width="match_parent"
    android:layout_height="0dp"
    android:layout_weight="1" >

<WebView
    android:id="@+id/webView"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent" />
</FrameLayout>

questionAnswers(2)

yourAnswerToTheQuestion