xml files cannot contain capital letters. somehow it committed with the error. fixed error and committed. TravelPostWidgetInfo.xml is now renamed to travelpostwidgetinfo.xml

This commit is contained in:
warren powers
2011-01-17 03:40:14 +00:00
parent e14c957a20
commit 6eb8e7858b
2 changed files with 6 additions and 4 deletions

View File

@@ -17,7 +17,10 @@ public final class R {
public static final int main=0x7f030000;
}
public static final class string {
public static final int app_name=0x7f040001;
public static final int hello=0x7f040000;
public static final int app_name=0x7f050001;
public static final int hello=0x7f050000;
}
public static final class xml {
public static final int travelpostwidgetinfo=0x7f040000;
}
}

View File

@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<appwidget-provider
xmlns:android="http://schemas.android.com/apk/res/android">
</appwidget-provider>