init commit

This commit is contained in:
2011-12-17 16:05:20 +00:00
parent 140bdaff43
commit 8d76751061
34 changed files with 1053 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
/* 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.TwentyCodes.android.exception;
public final class R {
public static final class attr {
}
public static final class id {
public static int description=0x7f040001;
public static int exception_text=0x7f040003;
public static int exception_title=0x7f040002;
public static int send=0x7f040000;
}
public static final class layout {
public static int exception_activity=0x7f020000;
public static int exception_list_item=0x7f020001;
public static int list=0x7f020002;
}
public static final class string {
public static int crash=0x7f030000;
public static int description=0x7f030004;
public static int send=0x7f030003;
public static int sending=0x7f030002;
public static int sorry=0x7f030001;
public static int version=0x7f030005;
}
}