Restoring code that reads the strings.xml file, merging indeed's changes

This commit is contained in:
Joe Bowser
2009-02-25 13:54:13 -08:00
parent fb341b7428
commit 85d98b34be
3 changed files with 23 additions and 10 deletions

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="hello">Hello World, PhoneGap</string>
<string name="app_name">PhoneGap</string>
<string name="url">http://phonegap.com/demo2/</string>
<string name="url">file:///android_asset/index.html</string>
</resources>