aboutsummaryrefslogtreecommitdiffstats
path: root/templates/activities/BlankActivity/template.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/activities/BlankActivity/template.xml')
-rw-r--r--templates/activities/BlankActivity/template.xml13
1 files changed, 11 insertions, 2 deletions
diff --git a/templates/activities/BlankActivity/template.xml b/templates/activities/BlankActivity/template.xml
index 10e6bc8..f7fa903 100644
--- a/templates/activities/BlankActivity/template.xml
+++ b/templates/activities/BlankActivity/template.xml
@@ -37,11 +37,20 @@
</parameter>
<parameter
- id="appTitle"
+ id="parentActivityClass"
+ name="Hierarchical Parent"
+ type="string"
+ constraints="activity|exists"
+ default=""
+ help="The hierarchical parent activity, used to provide a default implementation for the 'Up' button" />
+
+ <parameter
+ id="activityTitle"
name="Title"
type="string"
constraints="nonempty"
- default="My Application"
+ default="MainActivity"
+ suggest="${activityClass}"
help="The name of the activity. For launcher activities, the application title." />
<parameter