am 3334a587: Fix "android create project" to properly set name in strings.xml
Merge commit '3334a5874e81a936cb866fd19f4beb7a425989ef' into eclair-mr2 * commit '3334a5874e81a936cb866fd19f4beb7a425989ef': Fix "android create project" to properly set name in strings.xml
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<TextView
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Hello World, ACTIVITY_NAME"
|
||||
android:text="Hello World, ACTIVITY_ENTRY_NAME"
|
||||
/>
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">ACTIVITY_NAME</string>
|
||||
<string name="app_name">ACTIVITY_ENTRY_NAME</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user