sweet one line building!

This commit is contained in:
Brian LeRoux
2010-01-27 15:00:21 -08:00
parent 816341030f
commit bb7b973bf0
4 changed files with 42 additions and 35 deletions
+1 -2
View File
@@ -24,7 +24,6 @@ public final class R {
}
public static final class string {
public static final int app_name=0x7f040000;
public static final int go=0x7f040002;
public static final int url=0x7f040001;
public static final int go=0x7f040001;
}
}
+1 -2
View File
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">PhoneGap</string>
<string name="url">file:///android_asset/www/index.html</string>
<string name="go">Snap</string>
<string name="go">Snap</string>
</resources>