제목별 검색을 했는데 찾을수 없었습니다.

안드로이드 1.5버전, 갈릴레오에서 테스트 했습니다.

emoticon

\@ 이런식으로 해봤는데 안되네요... 첫문자가 @로 시작하면 안되게끔 명명규칙이 되있는거같은데

문제코드는 아래와 같습니다.


<Button android:text="@" android:id="@+id/Button04"

android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>


ERROR Error: No resource type specified (at 'text' with value '@').

라는 에러가 뜹니다.