aboutsummaryrefslogtreecommitdiff
path: root/common/build/templates/base/_MODULE_/src/template/res/values/base-strings.xml.ftl
blob: 082c96fbd540a4980f97e7517aae5eefb2322e7e (plain)
1
2
3
4
5
6
7
8
<resources>
    <string name="app_name">${sample.name}</string>
    <string name="intro_message">
        <![CDATA[
        ${sample.strings.intro}
        ]]>
    </string>
</resources>