R.java
上传用户:vip_99
上传日期:2021-03-27
资源大小:61159k
文件大小:2k
源码类别:

android开发

开发平台:

Java

  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. package irdc.ex05_13;
  8. public final class R {
  9.     public static final class attr {
  10.     }
  11.     public static final class drawable {
  12.         public static final int chamberlain=0x7f020000;
  13.         public static final int google=0x7f020001;
  14.         public static final int helloking=0x7f020002;
  15.         public static final int icon=0x7f020003;
  16.         public static final int king=0x7f020004;
  17.         public static final int with=0x7f020005;
  18.     }
  19.     public static final class id {
  20.         public static final int myTextView1=0x7f050000;
  21.         public static final int mygallery=0x7f050001;
  22.     }
  23.     public static final class layout {
  24.         public static final int main=0x7f030000;
  25.     }
  26.     public static final class string {
  27.         public static final int app_about=0x7f040002;
  28.         public static final int app_about_msg=0x7f040005;
  29.         public static final int app_name=0x7f040001;
  30.         public static final int hello=0x7f040000;
  31.         public static final int my_gallery_text_no=0x7f040004;
  32.         public static final int my_gallery_text_pre=0x7f040003;
  33.         public static final int str_no=0x7f040007;
  34.         public static final int str_ok=0x7f040006;
  35.     }
  36.     public static final class styleable {
  37.         /** Attributes that can be used with a Gallery.
  38.            <p>Includes the following attributes:</p>
  39.            <table border="2" width="85%" align="center" frame="hsides" rules="all" cellpadding="5">
  40.            <colgroup align="left" />
  41.            <colgroup align="left" />
  42.            <tr><th>Attribute<th>Summary</tr>
  43.            <tr><th><code>{@link #Gallery_android_galleryItemBackground irdc.ex05_13:android_galleryItemBackground}</code><td></tr>
  44.            </table>
  45.            @see #Gallery_android_galleryItemBackground
  46.          */
  47.         public static final int[] Gallery = {
  48.             0x0101004c
  49.         };
  50.         /**
  51.           <p>This symbol is the offset where the {@link irdc.ex05_13.R.attr#android_galleryItemBackground}
  52.           attribute's value can be found in the {@link #Gallery} array.
  53.           @attr name android:android_galleryItemBackground
  54.         */
  55.         public static final int Gallery_android_galleryItemBackground = 0;
  56.     };
  57. }