프로그래밍 언어/Android

Android strings.xml에서 문자 &를 작성하는 방법

Rateye 2021. 8. 28. 16:33
728x90
반응형
질문 : 문자를 작성하는 방법 및 android strings.xml

strings.xml 파일에 다음을 작성했습니다.

<string name="game_settings_dragNDropMove_checkBox">Move by Drag&Drop</string>

다음과 같은 오류가 발생했습니다.

The reference to entity "Drop" must end with the ';' delimiter.

strings.xml에 문자 및 문자를 어떻게 쓸 수 있습니까?

답변

인코딩 :

&amp;
출처 : https://stackoverflow.com/questions/3053062/how-to-write-character-in-android-strings-xml
728x90
반응형