Roll NDK to pick std::deque patch.
[android_tools.git] / sdk / tools / templates / activities / BlankActivity / root / res / values / strings.xml.ftl
blob721bd51e5b33b46f4eccf6fc183e504424c409ff
1 <resources>
2     <#if !isNewProject>
3     <string name="title_${activityToLayout(activityClass)}">${escapeXmlString(activityTitle)}</string>
4     </#if>
6     <string name="hello_world">Hello world!</string>
7     <string name="action_settings">Settings</string>
9 </resources>