aboutsummaryrefslogtreecommitdiffstats
path: root/templates/activities/MasterDetailFlow/root/src/app_package/ContentDetailActivity.java.ftl
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2012-06-13 20:15:13 -0700
committerTor Norbye <tnorbye@google.com>2012-06-14 11:40:51 -0700
commit5978cd057931af1e98ecc51d4bc29b79dc147da2 (patch)
tree708664155556f0ec3b647eb18fa41e77e090aff1 /templates/activities/MasterDetailFlow/root/src/app_package/ContentDetailActivity.java.ftl
parentf4f17275b1fe8644073e3ef485ca12291125ae83 (diff)
downloadsdk-5978cd057931af1e98ecc51d4bc29b79dc147da2.zip
sdk-5978cd057931af1e98ecc51d4bc29b79dc147da2.tar.gz
sdk-5978cd057931af1e98ecc51d4bc29b79dc147da2.tar.bz2
Update templates
This changeset updates the activity templates with new versions from Roman. Also fixes a couple of bugs he ran into: the camel case to underscore conversion methods were reversed, and the template test wizard didn't reset the activity template once the second page was shown. Change-Id: I353af646f92f37bf2a9827d0dc68a409dd9358bc
Diffstat (limited to 'templates/activities/MasterDetailFlow/root/src/app_package/ContentDetailActivity.java.ftl')
-rw-r--r--templates/activities/MasterDetailFlow/root/src/app_package/ContentDetailActivity.java.ftl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/activities/MasterDetailFlow/root/src/app_package/ContentDetailActivity.java.ftl b/templates/activities/MasterDetailFlow/root/src/app_package/ContentDetailActivity.java.ftl
index a7deaf6..59a90e2 100644
--- a/templates/activities/MasterDetailFlow/root/src/app_package/ContentDetailActivity.java.ftl
+++ b/templates/activities/MasterDetailFlow/root/src/app_package/ContentDetailActivity.java.ftl
@@ -1,7 +1,7 @@
package ${packageName};
-import android.os.Bundle;
import android.content.Intent;
+import android.os.Bundle;
import android.support.v4.app.FragmentActivity;
import android.support.v4.app.NavUtils;
import android.view.MenuItem;