Home | History | Annotate | Download | only in CustomView
      1 <?xml version="1.0"?>
      2 <recipe>
      3     <merge from="res/values/attrs.xml.ftl"
      4                    to="res/values/attrs_${view_class}.xml" />
      5     <instantiate from="res/layout/sample.xml.ftl"
      6                    to="res/layout/sample_${view_class}.xml" />
      7 
      8     <instantiate from="src/app_package/CustomView.java.ftl"
      9                    to="${srcOut}/${viewClass}.java" />
     10 
     11     <open file="${srcOut}/${viewClass}.java" />
     12     <open file="res/layout/sample_${view_class}.xml" />
     13 </recipe>
     14