am b80add6c: am 3334a587: Fix "android create project" to properly set name in strings.xml

Merge commit 'b80add6c6d9b587f4c13764cf232627fa306a2d4'

* commit 'b80add6c6d9b587f4c13764cf232627fa306a2d4':
  Fix "android create project" to properly set name in strings.xml
This commit is contained in:
Raphael
2009-10-13 12:00:33 -07:00
committed by Android Git Automerger
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
<TextView <TextView
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="Hello World, ACTIVITY_NAME" android:text="Hello World, ACTIVITY_ENTRY_NAME"
/> />
</LinearLayout> </LinearLayout>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
<string name="app_name">ACTIVITY_NAME</string> <string name="app_name">ACTIVITY_ENTRY_NAME</string>
</resources> </resources>