strings.xml

Jmnote (토론 | 기여)님의 2012년 12월 11일 (화) 15:57 판 (새 문서: {{소문자}} ;strings.xml ==소스 코드== *프로젝트 > res > values 폴더에 있는 파일 <source lang='xml'> <?xml version="1.0" encoding="utf-8"?> <resources> <string ...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

strings.xml

1 소스 코드

  • 프로젝트 > res > values 폴더에 있는 파일
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string name="app_name">My First App</string>
    <string name="hello_world">Hello world!</string>
    <string name="menu_settings">Settings</string>

</resources>

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}