diff options
author | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-08-19 18:50:31 +0200 |
---|---|---|
committer | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-08-19 18:50:31 +0200 |
commit | 8560ceeef5a67e3d9bd91932689422aac1d6a570 (patch) | |
tree | 16e20635ee659dfa4f07b640a8c2ca9b6a414caf /Android/gen/com/mcserver/R.java | |
parent | Android: Moved Android stuff to the ~/trunk/Android/ folder! (diff) | |
download | cuberite-8560ceeef5a67e3d9bd91932689422aac1d6a570.tar cuberite-8560ceeef5a67e3d9bd91932689422aac1d6a570.tar.gz cuberite-8560ceeef5a67e3d9bd91932689422aac1d6a570.tar.bz2 cuberite-8560ceeef5a67e3d9bd91932689422aac1d6a570.tar.lz cuberite-8560ceeef5a67e3d9bd91932689422aac1d6a570.tar.xz cuberite-8560ceeef5a67e3d9bd91932689422aac1d6a570.tar.zst cuberite-8560ceeef5a67e3d9bd91932689422aac1d6a570.zip |
Diffstat (limited to 'Android/gen/com/mcserver/R.java')
-rw-r--r-- | Android/gen/com/mcserver/R.java | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Android/gen/com/mcserver/R.java b/Android/gen/com/mcserver/R.java new file mode 100644 index 000000000..db35f6b33 --- /dev/null +++ b/Android/gen/com/mcserver/R.java @@ -0,0 +1,37 @@ +/* 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.mcserver;
+
+public final class R {
+ public static final class attr {
+ }
+ public static final class drawable {
+ public static final int ic_launcher=0x7f020000;
+ }
+ public static final class id {
+ public static final int ip_address=0x7f050004;
+ public static final int listView1=0x7f050005;
+ public static final int server_status_text=0x7f050003;
+ public static final int start_server=0x7f050001;
+ public static final int stop_server=0x7f050002;
+ public static final int textView2=0x7f050000;
+ }
+ public static final class layout {
+ public static final int list_item=0x7f030000;
+ public static final int main=0x7f030001;
+ }
+ public static final class string {
+ public static final int app_name=0x7f040001;
+ public static final int hello=0x7f040000;
+ public static final int mcserver_is_not_running=0x7f040005;
+ public static final int mcserver_is_running=0x7f040004;
+ public static final int start=0x7f040002;
+ public static final int stop=0x7f040003;
+ public static final int your_ip=0x7f040006;
+ }
+}
|