i'm trying to create another relative layout but i'm getting error saying "the markup in the document following the root element must be well-formed" so i hope you can help me to make the another relativelayout working
this is my main.xml
<?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="fill_parent"
android:gravity="right"
android:orientation="vertical" >
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="اضغط على من تريد معرفة المزيد عنه"
android:padding="10dp"
/>
<Button
android:id="@+id/buttontype1"
android:layout_width="120dp"
android:layout_height="wrap_content"
android:text="Start" />
<Button
android:id="@+id/button1"
android:layout_width="120dp"
android:layout_height="wrap_content"
android:text="Start" />
<Button
android:id="@+id/button2"
android:layout_width="120dp"
android:layout_height="wrap_content"
android:text="Stop"/>
<Button
android:id="@+id/button3"
android:layout_width="120dp"
android:layout_height="wrap_content"
android:text="Start" />
<Button
android:id="@+id/button4"
android:layout_width="120dp"
android:layout_height="wrap_content"
android:layout_gravity="right"
android:text="Stop" />
<Button
android:id="@+id/button5"
android:layout_width="120dp"
android:layout_height="wrap_content"
android:text="Start" />
<Button
android:id="@+id/button6"
android:layout_width="120dp"
android:layout_height="wrap_content"
android:text="Stop"/>
<Button
android:id="@+id/button7"
android:layout_width="120dp"
android:layout_height="wrap_content"
android:text="Start" />
<Button
android:id="@+id/button8"
android:layout_width="120dp"
android:layout_height="wrap_content"
android:text="Stop"/>
<Button
android:id="@+id/button9"
android:layout_width="120dp"
android:layout_height="wrap_content"
android:text="Stojjp"/>
</LinearLayout>
<LinearLayout
<Button
android:id="@+id/button8"
android:layout_width="120dp"
android:layout_height="wrap_content"
android:layout_gravity="left"
android:text="Stop"/>
<Button
android:id="@+id/button9"
android:layout_width="120dp"
android:layout_height="wrap_content"
android:layout_gravity="left"
android:text="Stojjp"/>
</LinearLayout>
</LinearLayout>
i hope u can help me & thanks