summaryrefslogtreecommitdiff
path: root/templates/other/LayoutResourceFile/recipe.xml.ftl
blob: a73adc7ee025c5ce9de8001e5c5393b2ca00ff4d (plain)
1
2
3
4
5
6
7
<?xml version="1.0"?>
<recipe>

  <instantiate from="res/layout.xml.ftl"
                 to="${escapeXmlAttribute(resOut)}/layout/${escapeXmlAttribute(layoutName)}.xml" />
  <open file="${escapeXmlAttribute(resOut)}/layout/${escapeXmlAttribute(layoutName)}.xml" />
</recipe>