R.java :  » UnTagged » android-development-samples » cha » app » Android Open Source

Android Open Source » UnTagged » android development samples 
android development samples » cha » app » R.java
/* 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 cha.app;

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 button1=0x7f050003;
        public static final int button2=0x7f050002;
        public static final int entry=0x7f050001;
        public static final int label=0x7f050000;
        public static final int sensor_container=0x7f050005;
        public static final int sensor_list=0x7f050007;
        public static final int sensor_output=0x7f050006;
        public static final int sensor_title=0x7f050004;
    }
    public static final class layout {
        public static final int main=0x7f030000;
        public static final int sensorlist=0x7f030001;
    }
    public static final class string {
        public static final int app_name=0x7f040001;
        public static final int hello=0x7f040000;
    }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.