diff options
Diffstat (limited to 'templates/activities')
5 files changed, 5 insertions, 5 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" |