Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

To create a new line in the <string> XML, you can use the escape sequence "\n" or "\r\n". To create a tab, you can use the escape sequence "\t".

Example:

<string name="welcome_message">Welcome to our app!\nWe hope you enjoy your experience.\tThank you for using our app.</string>

This would display as:

Welcome to our app! We hope you enjoy your experience. Thank you for using our app.