-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtemplate.xml
38 lines (31 loc) · 994 Bytes
/
template.xml
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
<?xml version="1.0"?>
<template
format="5"
revision="3"
name="Kotlin CleanCode4Android"
description="Creates a classes for Kotlin Clean Code for Android - Test driven development."
minApi="7"
minBuildApi="8" >
<category value="Other" />
<parameter
id="classname"
name="Screen Name"
type="string"
constraints="class|nonempty|unique"
default="Home"
help="The name of the screen to create" />
<!-- <parameter
id="layoutName"
name="Fragment Layout Name"
type="string"
constraints="layout|nonempty|unique"
default="blank_fragment"
suggest="${classToResource(className)}_fragment"
help="The name of the layout to create" /> -->
<thumbs>
<!-- default thumbnail is required -->
<thumb>acc_android_studio.png</thumb>
</thumbs>
<globals file="globals.xml.ftl" />
<execute file="recipe.xml.ftl" />
</template>