Skip to content

Resource Tips

Efra Espada edited this page Jun 17, 2019 · 4 revisions

HTML New Line

Add the br tag entirely for adding new lines on the HTML content:

<resources>
     <string name="hello" hidden="true" containsHtml="true">
        <i>Hello <strong>there</strong></i>
        <br></br>
        General <strong>Kenobi</strong>.
    </string>
</resources>