Roll NDK to pick std::deque patch.
[android_tools.git] / sdk / tools / templates / other / ListFragment / recipe.xml.ftl
blob5236d3c056ed64594488958a80f1c2ed43ca2f4a
1 <?xml version="1.0"?>
2 <recipe>
4 <#if useSupport><dependency mavenUrl="com.android.support:support-v4:19.+"/></#if>
5 <#if switchGrid == true>
6 <merge from="res/values/refs.xml.ftl"
7 to="${escapeXmlAttribute(resOut)}/values/refs.xml" />
8 <merge from="res/values/refs_lrg.xml.ftl"
9 to="${escapeXmlAttribute(resOut)}/values-large/refs.xml" />
10 <merge from="res/values/refs_lrg.xml.ftl"
11 to="${escapeXmlAttribute(resOut)}/values-sw600dp/refs.xml" />
13 <instantiate from="res/layout/fragment_grid.xml"
14 to="${escapeXmlAttribute(resOut)}/layout/${fragment_layout}_grid.xml" />
16 <instantiate from="res/layout/fragment_list.xml"
17 to="${escapeXmlAttribute(resOut)}/layout/${fragment_layout}_list.xml" />
18 </#if>
20 <instantiate from="src/app_package/ListFragment.java.ftl"
21 to="${escapeXmlAttribute(srcOut)}/${className}.java" />
23 <instantiate from="src/app_package/dummy/DummyContent.java.ftl"
24 to="${escapeXmlAttribute(srcOut)}/dummy/DummyContent.java" />
26 <open file="${escapeXmlAttribute(srcOut)}/${className}.java" />
28 </recipe>