Order files
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0"?>
|
||||
<recipe>
|
||||
|
||||
<#if appCompat><dependency mavenUrl="com.android.support:appcompat-v7:19.+"/></#if>
|
||||
|
||||
<merge from="AndroidManifest.xml.ftl"
|
||||
to="${escapeXmlAttribute(manifestOut)}/AndroidManifest.xml" />
|
||||
|
||||
<instantiate from="res/menu/main.xml.ftl"
|
||||
to="${escapeXmlAttribute(resOut)}/menu/${menuName}.xml" />
|
||||
|
||||
<merge from="res/values/strings.xml.ftl"
|
||||
to="${escapeXmlAttribute(resOut)}/values/strings.xml" />
|
||||
|
||||
<merge from="res/values/dimens.xml.ftl"
|
||||
to="${escapeXmlAttribute(resOut)}/values/dimens.xml" />
|
||||
<merge from="res/values-w820dp/dimens.xml"
|
||||
to="${escapeXmlAttribute(resOut)}/values-w820dp/dimens.xml" />
|
||||
|
||||
<instantiate from="res/layout/activity_fragment_container.xml.ftl"
|
||||
to="${escapeXmlAttribute(resOut)}/layout/${layoutName}.xml" />
|
||||
|
||||
<instantiate from="res/layout/fragment_simple.xml.ftl"
|
||||
to="${escapeXmlAttribute(resOut)}/layout/${fragmentLayoutName}.xml" />
|
||||
|
||||
<instantiate from="src/app_package/SimpleActivity.java.ftl"
|
||||
to="${escapeXmlAttribute(srcOut)}/${activityClass}.java" />
|
||||
|
||||
<open file="${escapeXmlAttribute(srcOut)}/${activityClass}.java" />
|
||||
<open file="${escapeXmlAttribute(resOut)}/layout/${fragmentLayoutName}.xml" />
|
||||
</recipe>
|
Reference in New Issue
Block a user