use a blackslash not a forwardslash.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="title">Hello
World!</string>
</resources>
Also, if you plan on using the string as HTML, you can use <br />
for a line break(<br />
)
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="title">Hello<br />World!</string>
</resources>
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…