안드로이드 개발 질문/답변
(글 수 45,052)
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/hello"
/>
<EditText android:id = "@+id/entry"
android:layout_width = "fill_parent"
android:layout_height = "wrap_content"
android:background = "@android:drawable/editbox_background"/>
</LinearLayout>
코드 에러일까요? 아니면 프로그램 설치 이상일까요?
다른분에게 부탁해보니 이상없이 돌아간다고 하더라구요.
첨부파일 경우도 뭔가 오타가 있다는 경고창이 뜨고있는데,
대체 종잡을 수가 없어서 올려봅니다.




ㅎㅎ xmlns:android="http........... " <- 따옴표를 안찍으셨군요..