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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<appwidget-provider
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
</appwidget-provider>
|
||||
Reference in New Issue
Block a user