Android
[Android]strings.xml 사용시 팁
[홍군]
2012. 8. 24. 20:16
구문중 줄바꾸기
/n
예=====>>> <string name="FUSClient_file_request">[알림] \n 요청알림</string>
결과===>>> [알림]
요청알림
구문중 띄어쓰기
 
예=====>>> <string name="FUSClient_file_request">[알림]   요청알림</string>
결과===>>> [알림] 요청알림
다른것도 추가로 놀릴게요 ㅋ