diff options
Diffstat (limited to 'templates/other/AppWidget/root/res/values/strings.xml.ftl')
-rw-r--r-- | templates/other/AppWidget/root/res/values/strings.xml.ftl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/other/AppWidget/root/res/values/strings.xml.ftl b/templates/other/AppWidget/root/res/values/strings.xml.ftl new file mode 100644 index 0000000..66c06bc --- /dev/null +++ b/templates/other/AppWidget/root/res/values/strings.xml.ftl @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <string name="appwidget_text">EXAMPLE</string> + <#if configurable> + <string name="configure">Configure</string> + </#if> + <string name="add_widget">Add widget</string> +</resources>
\ No newline at end of file |