aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/activities/BlankActivity/template.xml2
-rw-r--r--templates/activities/FullscreenActivity/template.xml2
-rw-r--r--templates/activities/LoginActivity/template.xml2
-rw-r--r--templates/activities/MasterDetailFlow/template.xml2
-rw-r--r--templates/activities/SettingsActivity/template.xml2
-rw-r--r--templates/projects/NewAndroidApplication/template.xml2
-rw-r--r--templates/projects/NewAndroidLibrary/template.xml2
-rw-r--r--templates/projects/NewJavaLibrary/template.xml2
8 files changed, 8 insertions, 8 deletions
diff --git a/templates/activities/BlankActivity/template.xml b/templates/activities/BlankActivity/template.xml
index 08a306d..8b02ba9 100644
--- a/templates/activities/BlankActivity/template.xml
+++ b/templates/activities/BlankActivity/template.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<template
format="3"
- revision="2"
+ revision="3"
name="Blank Activity"
description="Creates a new blank activity, with an action bar and optional navigational elements such as tabs or horizontal swipe.">
<dependency name="android-support-v4" revision="8" />
diff --git a/templates/activities/FullscreenActivity/template.xml b/templates/activities/FullscreenActivity/template.xml
index 165854c..d2617fb 100644
--- a/templates/activities/FullscreenActivity/template.xml
+++ b/templates/activities/FullscreenActivity/template.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<template
format="3"
- revision="2"
+ revision="3"
name="Fullscreen Activity"
description="Creates a new activity that toggles the visibility of the system UI (status and navigation bars) and action bar upon user interaction."
minApi="4"
diff --git a/templates/activities/LoginActivity/template.xml b/templates/activities/LoginActivity/template.xml
index 40a413a..ccfc7ad 100644
--- a/templates/activities/LoginActivity/template.xml
+++ b/templates/activities/LoginActivity/template.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<template
format="3"
- revision="2"
+ revision="3"
name="Login Activity"
description="Creates a new login activity, allowing users to enter an email address and password to log in to or register with your application."
minApi="3"
diff --git a/templates/activities/MasterDetailFlow/template.xml b/templates/activities/MasterDetailFlow/template.xml
index 95fe597..47de074 100644
--- a/templates/activities/MasterDetailFlow/template.xml
+++ b/templates/activities/MasterDetailFlow/template.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<template
format="3"
- revision="2"
+ revision="3"
name="Master/Detail Flow"
minApi="11"
description="Creates a new master/detail flow, allowing users to view a collection of objects as well as details for each object. This flow is presented using two columns on tablet-size screens and one column on handsets and smaller screens. This template creates two activities, a master fragment, and a detail fragment.">
diff --git a/templates/activities/SettingsActivity/template.xml b/templates/activities/SettingsActivity/template.xml
index e024aff..21956d1 100644
--- a/templates/activities/SettingsActivity/template.xml
+++ b/templates/activities/SettingsActivity/template.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<template
format="3"
- revision="2"
+ revision="3"
name="Settings Activity"
description="Creates a new application settings activity that presents alternative layouts on handset and tablet-size screens."
minApi="4"
diff --git a/templates/projects/NewAndroidApplication/template.xml b/templates/projects/NewAndroidApplication/template.xml
index a5cefaf..0d9b234 100644
--- a/templates/projects/NewAndroidApplication/template.xml
+++ b/templates/projects/NewAndroidApplication/template.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<template
format="1"
- revision="1"
+ revision="2"
name="Android Application"
description="Creates a new Android application.">
<dependency name="android-support-v4" revision="8" />
diff --git a/templates/projects/NewAndroidLibrary/template.xml b/templates/projects/NewAndroidLibrary/template.xml
index 537d745..9d13db5 100644
--- a/templates/projects/NewAndroidLibrary/template.xml
+++ b/templates/projects/NewAndroidLibrary/template.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<template
format="1"
- revision="1"
+ revision="2"
name="Android Library"
description="Creates a new Android library.">
<dependency name="android-support-v4" revision="8" />
diff --git a/templates/projects/NewJavaLibrary/template.xml b/templates/projects/NewJavaLibrary/template.xml
index bf2fbbd..cb117a5 100644
--- a/templates/projects/NewJavaLibrary/template.xml
+++ b/templates/projects/NewJavaLibrary/template.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<template
format="1"
- revision="1"
+ revision="2"
name="Java Library"
description="Creates a new Java library.">