diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/AndroidManifest.template | 2 | ||||
-rw-r--r-- | templates/build.template | 2 | ||||
-rw-r--r-- | templates/layout.template | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/templates/AndroidManifest.template b/templates/AndroidManifest.template index f14f147..4d1e053 100644 --- a/templates/AndroidManifest.template +++ b/templates/AndroidManifest.template @@ -12,4 +12,4 @@ </intent-filter> </activity> </application> -</manifest> +</manifest> diff --git a/templates/build.template b/templates/build.template index 7ab06c0..f57adf9 100644 --- a/templates/build.template +++ b/templates/build.template @@ -76,7 +76,7 @@ - copy/paste the content of the rules files (minus the top node) into this file, *after* the <setup> task - disable the import of the rules by changing the setup task - below to <setup import="false" />. + below to <setup import="false" />. - customize to your needs. --> <setup /> diff --git a/templates/layout.template b/templates/layout.template index f5e367c..7d62fbb 100644 --- a/templates/layout.template +++ b/templates/layout.template @@ -4,9 +4,9 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" > -<TextView - android:layout_width="fill_parent" - android:layout_height="wrap_content" +<TextView + android:layout_width="fill_parent" + android:layout_height="wrap_content" android:text="Hello World, ACTIVITY_ENTRY_NAME" /> </LinearLayout> |