두번째 액티비티 화면 입니다.

버톤하고 에디트텍스트 창 딱 두 개만 존재합니다.

잘 실행되는데요.

버톤 위치만 바꾸어서 재실행하면 에러가 나옵니다.

도데체 무엇이 문제인가요?


<LinearLayout xmlns:android="<a target="_blank" href="http://schemas.android.com/apk/res/android">http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent" >

    <Button
        android:id="@+id/button2"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="Button" />

    <EditText
        android:id="@+id/editText2"
        android:layout_width="wrap_content"
        android:layout_height="439dp"
        android:layout_weight="1"
        android:ems="10"
        android:inputType="textMultiLine" >

        <requestFocus />
    </EditText>

</LinearLayout>