-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.xml
More file actions
38 lines (30 loc) · 968 Bytes
/
Copy pathtemplate.xml
File metadata and controls
38 lines (30 loc) · 968 Bytes
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="4"
revision="1"
name="CameraActivity"
description="Creates a basic camera activity with Android CameraX">
<category value="Activity"/>
<parameter
id="mainActivityClass"
name="Activity Name"
type="string"
constraints="class|unique|nonempty"
default="CameraActivity"
help="The name of the camera activity class to create" />
<parameter
id="mainActivityLayout"
name="Layout Name"
type="string"
constraints="layout|unique|nonempty"
default="activity_camera"
help="The name of the layout to create for the camera activity" />
<parameter
id="packageName"
name="Package name"
type="string"
constraints="package"
default="com.aequilibrium.base" />
<globals file="globals.xml.ftl" />
<execute file="recipe.xml.ftl" />
</template>