-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathtemplate.xml
More file actions
63 lines (52 loc) · 1.58 KB
/
template.xml
File metadata and controls
63 lines (52 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0"?>
<template
format="4"
revision="1"
name="ListFragmentAchieve"
description="Creates a new ListFragmentAchieve"
minApi="7"
minBuildApi="14">
<category value="ListFragmentAchieveName" />
<!-- <parameter
id="adapterClass"
name="Adapter Name"
type="string"
constraints="class|unique|nonempty"
default="CustomAdapter"
help="The name of the adapter class to create" /> -->
<parameter
id="itemClass"
name="Item Name"
type="string"
constraints="class|nonempty"
default="String"
help="The name of the item class to use" />
<parameter
id="layoutName"
name="item_layout"
type="string"
constraints="layout|nonempty"
default="item_layout"
help="The name of the row layout to use" />
<!-- <parameter
id="fragmentClass"
name="fragment Name"
type="string"
constraints="class|unique|nonempty"
default="Fragment"
help="The name of the fragment class to create" /> -->
<parameter
id="fragment_layoutName"
name="fragment_layout"
type="string"
constraints="layout|nonempty"
default="fragment_layout"
help="The name of the row layout to use" />
<!-- 128x128 thumbnails relative to template.xml -->
<thumbs>
<!-- default thumbnail is required -->
<thumb>template_basic_activity_fragment.png</thumb>
</thumbs>
<globals file="globals.xml.ftl" />
<execute file="recipe.xml.ftl" />
</template>