aboutsummaryrefslogtreecommitdiff
path: root/common/build/templates/create/template-params.xml.ftl
blob: 4085730260529f1440129fa1c60a62bac807dcaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<#ftl>
<sample>
    <name>${sample.name}</name>
    <package>${sample.package}</package>


    <!-- change minSdk if needed-->
    <minSdk>${sample.minSdk}</minSdk>


    <strings>
        <intro>
            <![CDATA[
            Introductory text that explains what the sample is intended to demonstrate. Edit
            in template-params.xml.
            ]]>
        </intro>
    </strings>

    <template src="base"/>
    <common src="logger"/>

</sample>