aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.adt/templates/activity.template
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.adt/templates/activity.template')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/templates/activity.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/templates/activity.template b/eclipse/plugins/com.android.ide.eclipse.adt/templates/activity.template
index e91d602..ee17fb8 100644
--- a/eclipse/plugins/com.android.ide.eclipse.adt/templates/activity.template
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/templates/activity.template
@@ -1,7 +1,7 @@
- <activity android:name=".ACTIVITY_NAME"
+ <activity android:name="ACTIVITY_NAME"
android:label="APPLICATION_NAME">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
INTENT_FILTERS
</intent-filter>
- </activity> \ No newline at end of file
+ </activity>