Roll NDK to pick std::deque patch.
[android_tools.git] / sdk / tools / templates / other / LayoutResourceFile / template.xml
blobabca0d293228458c85acedf4241502726cb6dfd4
1 <?xml version="1.0"?>
2 <template
3     format="4"
4     revision="1"
5     name="Layout XML File"
6     description="Creates a new XML layout file."
7     >
9     <category value="XML" />
11     <parameter
12         id="layoutName"
13         name="Layout File Name"
14         type="string"
15         constraints="layout|unique|nonempty"
16         default="layout"
17         help="Name of the layout XML file." />
19     <parameter
20         id="rootTag"
21         name="Root Tag"
22         type="string"
23         constraints="nonempty"
24         default="LinearLayout"
25         help="The root XML tag for the new file" />
27     <execute file="recipe.xml.ftl" />
29 </template>