source: other-projects/tipple-android/tipple-ar/compass-test/gen/comp/namespace/R.java@ 26528

Last change on this file since 26528 was 26528, checked in by davidb, 11 years ago

Code developed by the Tipple-AR Smoke and Mirrors team, based on the main tipple trunk

File size: 1.5 KB
Line 
1/* AUTO-GENERATED FILE. DO NOT MODIFY.
2 *
3 * This class was automatically generated by the
4 * aapt tool from the resource data it found. It
5 * should not be modified by hand.
6 */
7
8package comp.namespace;
9
10public final class R {
11 public static final class attr {
12 }
13 public static final class drawable {
14 public static final int ic_launcher=0x7f020000;
15 }
16 public static final class id {
17 public static final int accel_x_label=0x7f050001;
18 public static final int accel_x_value=0x7f050002;
19 public static final int accel_y_label=0x7f050003;
20 public static final int accel_y_value=0x7f050004;
21 public static final int accel_z_label=0x7f050005;
22 public static final int accel_z_value=0x7f050006;
23 public static final int accelerometer_label=0x7f050000;
24 public static final int orient_x_label=0x7f050008;
25 public static final int orient_x_value=0x7f050009;
26 public static final int orient_y_label=0x7f05000a;
27 public static final int orient_y_value=0x7f05000b;
28 public static final int orient_z_label=0x7f05000c;
29 public static final int orient_z_value=0x7f05000d;
30 public static final int orientation_label=0x7f050007;
31 }
32 public static final class layout {
33 public static final int main=0x7f030000;
34 }
35 public static final class string {
36 public static final int app_name=0x7f040001;
37 public static final int hello=0x7f040000;
38 }
39}
Note: See TracBrowser for help on using the repository browser.