Roll NDK to pick std::deque patch.
[android_tools.git] / sdk / tools / templates / other / AppWidget / root / res / values / strings.xml.ftl
blob66c06bc4b80e736960ab21ce9eb9e7d2c284fe7c
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
3 <string name="appwidget_text">EXAMPLE</string>
4 <#if configurable>
5 <string name="configure">Configure</string>
6 </#if>
7 <string name="add_widget">Add widget</string>
8 </resources>