aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2010-09-02 15:18:38 -0700
committerXavier Ducrohet <xav@android.com>2010-09-02 15:26:31 -0700
commit6c9a1906f90aad7890ac015f8d94b80231a53eda (patch)
tree9e1f98b781fbc44c9d94a59a59dce008831317b6 /templates
parentdc251ccc3b44c65c30c1aedeef8d8aa486fa5b89 (diff)
downloadsdk-6c9a1906f90aad7890ac015f8d94b80231a53eda.zip
sdk-6c9a1906f90aad7890ac015f8d94b80231a53eda.tar.gz
sdk-6c9a1906f90aad7890ac015f8d94b80231a53eda.tar.bz2
New test projects.
Also fixed some trailing space in templates and automatically generated files. Change-Id: I2ed5f0067dff4c62b53857b7e0a2dea5dd9a101c
Diffstat (limited to 'templates')
-rw-r--r--templates/AndroidManifest.template2
-rw-r--r--templates/build.template2
-rw-r--r--templates/layout.template6
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>