diff options
Diffstat (limited to 'templates/projects/NewAndroidApplication/root/res/values/strings.xml.ftl')
-rw-r--r-- | templates/projects/NewAndroidApplication/root/res/values/strings.xml.ftl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/projects/NewAndroidApplication/root/res/values/strings.xml.ftl b/templates/projects/NewAndroidApplication/root/res/values/strings.xml.ftl deleted file mode 100644 index ee03444..0000000 --- a/templates/projects/NewAndroidApplication/root/res/values/strings.xml.ftl +++ /dev/null @@ -1,3 +0,0 @@ -<resources> - <string name="app_name">${escapeXmlString(appTitle)}</string> -</resources> |