aboutsummaryrefslogtreecommitdiffstats
path: root/templates/projects/NewAndroidApplication/recipe.xml.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/projects/NewAndroidApplication/recipe.xml.ftl')
-rw-r--r--templates/projects/NewAndroidApplication/recipe.xml.ftl15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/projects/NewAndroidApplication/recipe.xml.ftl b/templates/projects/NewAndroidApplication/recipe.xml.ftl
new file mode 100644
index 0000000..b343a10
--- /dev/null
+++ b/templates/projects/NewAndroidApplication/recipe.xml.ftl
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<recipe>
+ <instantiate from="AndroidManifest.xml.ftl" />
+
+<#if copyIcons>
+ <copy from="res/drawable-hdpi" />
+ <copy from="res/drawable-mdpi" />
+ <copy from="res/drawable-xhdpi" />
+</#if>
+ <copy from="res/values/dimens.xml" />
+ <copy from="res/values/styles.xml" />
+ <copy from="res/values-large/dimens.xml" />
+
+ <instantiate from="res/values/strings.xml.ftl" />
+</recipe>