R.java
上传用户:xmjingguan
上传日期:2009-07-06
资源大小:2054k
文件大小:1k
源码类别:

android开发

开发平台:

Java

  1. /***  * Excerpted from "Hello, Android!",  * published by The Pragmatic Bookshelf.  * Copyrights apply to this code. It may not be used to create training material,   * courses, books, articles, and the like. Contact us if you are in doubt.  * We make no guarantees that this code is fit for any purpose.   * Visit http://www.pragmaticprogrammer.com/titles/eband for more book information. ***/ /* 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 org.example.localbrowser;
  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.     }
  14.     public static final class id {
  15.         public static final int button=0x7f050001;
  16.         public static final int text_view=0x7f050002;
  17.         public static final int web_view=0x7f050000;
  18.     }
  19.     public static final class layout {
  20.         public static final int main=0x7f030000;
  21.     }
  22.     public static final class string {
  23.         public static final int app_name=0x7f040000;
  24.         public static final int call_javascript_from_android=0x7f040001;
  25.     }
  26. }