aboutsummaryrefslogtreecommitdiffstats
path: root/templates/activities/BlankActivity/root/src/app_package
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2012-06-21 18:20:13 -0700
committerTor Norbye <tnorbye@google.com>2012-06-21 18:20:13 -0700
commita85ff38b62bbeb35ace582729a0cf07088d3905a (patch)
treedb1a865d1844684f39c349c808e7fc9f5d880381 /templates/activities/BlankActivity/root/src/app_package
parentdb2bdb124c713e8d56750e9c6406240023f2cc34 (diff)
downloadsdk-a85ff38b62bbeb35ace582729a0cf07088d3905a.zip
sdk-a85ff38b62bbeb35ace582729a0cf07088d3905a.tar.gz
sdk-a85ff38b62bbeb35ace582729a0cf07088d3905a.tar.bz2
More template tweaks
Generalize the Add Activity wizard into an Add Android Object wizard and move Custom View in there, such that it's no longer a top level wizard. Also place service, content provider and broadcast receivers there. Fix indentation in simple activity template, and fix template wizard such that it doesn't reset all the values when you leave the page (to preview page or previous selector page) and come back - unless the template has changed. Change-Id: Idc1e7f76255d8f0010ccc09fbfc79915cc58690d
Diffstat (limited to 'templates/activities/BlankActivity/root/src/app_package')
-rw-r--r--templates/activities/BlankActivity/root/src/app_package/include_onOptionsItemSelected.java.ftl3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/activities/BlankActivity/root/src/app_package/include_onOptionsItemSelected.java.ftl b/templates/activities/BlankActivity/root/src/app_package/include_onOptionsItemSelected.java.ftl
index c77fdee..001e08f 100644
--- a/templates/activities/BlankActivity/root/src/app_package/include_onOptionsItemSelected.java.ftl
+++ b/templates/activities/BlankActivity/root/src/app_package/include_onOptionsItemSelected.java.ftl
@@ -10,4 +10,5 @@
}
return super.onOptionsItemSelected(item);
}
- </#if> \ No newline at end of file
+ </#if>
+