Testing the refactoring command

This commit is contained in:
Joe Bowser
2008-11-28 11:30:30 -08:00
parent b75fdf8610
commit b50f0c99e6
9 changed files with 27 additions and 14 deletions
+27
View File
@@ -0,0 +1,27 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.nitobi.phonegap;
public final class R {
public static final class attr {
}
public static final class drawable {
public static final int icon=0x7f020000;
}
public static final class id {
public static final int appView=0x7f050000;
}
public static final class layout {
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 url=0x7f040002;
}
}