blob: 1c9bc8b57280d7edef68b07218cb84c56bb408f4 [file] [log] [blame]
<resources>
<#if !isNewProject>
<string name="title_${activityToLayout(activityClass)}">${escapeXmlString(activityTitle)}</string>
</#if>
<string name="action_settings">Settings</string>
<#if navType != "none">
<string name="title_section1">Section 1</string>
<string name="title_section2">Section 2</string>
<string name="title_section3">Section 3</string>
<#else>
<string name="hello_world">Hello world!</string>
</#if>
</resources>