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.EX04_10;
  8. public final class R {
  9.     public static final class attr {
  10.     }
  11.     public static final class drawable {
  12.         public static final int icon=0x7f020000;
  13.         public static final int photo1=0x7f020001;
  14.         public static final int photo2=0x7f020002;
  15.         public static final int photo3=0x7f020003;
  16.         public static final int photo4=0x7f020004;
  17.         public static final int photo5=0x7f020005;
  18.         public static final int photo6=0x7f020006;
  19.     }
  20.     public static final class id {
  21.         public static final int mygallery=0x7f050000;
  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_name=0x7f040000;
  28.         public static final int my_gallery_text_post=0x7f040002;
  29.         public static final int my_gallery_text_pre=0x7f040001;
  30.     }
  31.     public static final class styleable {
  32.         /** Attributes that can be used with a Gallery.
  33.            <p>Includes the following attributes:</p>
  34.            <table border="2" width="85%" align="center" frame="hsides" rules="all" cellpadding="5">
  35.            <colgroup align="left" />
  36.            <colgroup align="left" />
  37.            <tr><th>Attribute<th>Summary</tr>
  38.            <tr><th><code>{@link #Gallery_android_galleryItemBackground irdc.EX04_10:android_galleryItemBackground}</code><td></tr>
  39.            </table>
  40.            @see #Gallery_android_galleryItemBackground
  41.          */
  42.         public static final int[] Gallery = {
  43.             0x0101004c
  44.         };
  45.         /**
  46.           <p>This symbol is the offset where the {@link irdc.EX04_10.R.attr#android_galleryItemBackground}
  47.           attribute's value can be found in the {@link #Gallery} array.
  48.           @attr name android:android_galleryItemBackground
  49.         */
  50.         public static final int Gallery_android_galleryItemBackground = 0;
  51.     };
  52. }