aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2012-06-15 09:34:57 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-06-15 09:34:58 -0700
commitd2e6f894cfe4df9ab8fdfb44114b245115e58645 (patch)
treeb4d2bbc3f1ae7bad02772ff8ae2ffba4f8e46bc7 /templates
parent8f15cf21cb1ef9ef528ca367918096e249bba605 (diff)
parent7f10682cf646bcb3e761fbb6bcb2f645bd748c03 (diff)
downloadsdk-d2e6f894cfe4df9ab8fdfb44114b245115e58645.zip
sdk-d2e6f894cfe4df9ab8fdfb44114b245115e58645.tar.gz
sdk-d2e6f894cfe4df9ab8fdfb44114b245115e58645.tar.bz2
Merge "Add format handling to the template wizards"
Diffstat (limited to 'templates')
-rw-r--r--templates/activities/BlankActivity/template.xml2
-rw-r--r--templates/activities/MasterDetailFlow/template.xml4
-rw-r--r--templates/other/CustomView/template.xml4
-rw-r--r--templates/projects/NewAndroidApplication/template.xml2
4 files changed, 10 insertions, 2 deletions
diff --git a/templates/activities/BlankActivity/template.xml b/templates/activities/BlankActivity/template.xml
index f7fa903..997051e 100644
--- a/templates/activities/BlankActivity/template.xml
+++ b/templates/activities/BlankActivity/template.xml
@@ -1,5 +1,7 @@
<?xml version="1.0"?>
<template
+ format="1"
+ revision="1"
name="New Blank Activity"
description="Creates a new blank activity, with optional inner navigation.">
diff --git a/templates/activities/MasterDetailFlow/template.xml b/templates/activities/MasterDetailFlow/template.xml
index d67fb65..4f759cf 100644
--- a/templates/activities/MasterDetailFlow/template.xml
+++ b/templates/activities/MasterDetailFlow/template.xml
@@ -1,5 +1,7 @@
<?xml version="1.0"?>
<template
+ format="1"
+ revision="1"
name="New Master/Detail Flow"
description="Creates a new master/detail flow, which is two columns on tablets, and one column on smaller screens. This creates a master fragment, detail fragment, and two activities.">
@@ -51,4 +53,4 @@
<globals file="globals.xml.ftl" />
<execute file="recipe.xml.ftl" />
-</template> \ No newline at end of file
+</template>
diff --git a/templates/other/CustomView/template.xml b/templates/other/CustomView/template.xml
index 9511566..9bd6d98 100644
--- a/templates/other/CustomView/template.xml
+++ b/templates/other/CustomView/template.xml
@@ -1,5 +1,7 @@
<?xml version="1.0"?>
<template
+ format="1"
+ revision="1"
name="New Custom View"
description="Creates a new custom view that extends android.view.View, and exposes custom attributes.">
@@ -23,4 +25,4 @@
<globals file="globals.xml.ftl" />
<execute file="recipe.xml.ftl" />
-</template> \ No newline at end of file
+</template>
diff --git a/templates/projects/NewAndroidApplication/template.xml b/templates/projects/NewAndroidApplication/template.xml
index 84ba6c7..f0ee375 100644
--- a/templates/projects/NewAndroidApplication/template.xml
+++ b/templates/projects/NewAndroidApplication/template.xml
@@ -1,5 +1,7 @@
<?xml version="1.0"?>
<template
+ format="1"
+ revision="1"
name="New Android Application"
description="Creates a new Android application with an activity.">