You can put wrap with “”
example:
<string name="hello">"hello world"</string>
result:
hello
world
btw
If you want to use special character than wrap it with <![CDATA[ $contents ]]>
$contents must be replaced to what you want
Good luck
0개의 댓글