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

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.translate;
  8. public final class R {
  9.     public static final class array {
  10.         public static final int languages=0x7f040000;
  11.     }
  12.     public static final class attr {
  13.     }
  14.     public static final class drawable {
  15.         public static final int icon=0x7f020000;
  16.     }
  17.     public static final class id {
  18.         public static final int from_language=0x7f060000;
  19.         public static final int original_text=0x7f060001;
  20.         public static final int retranslated_text=0x7f060004;
  21.         public static final int to_language=0x7f060002;
  22.         public static final int translated_text=0x7f060003;
  23.     }
  24.     public static final class layout {
  25.         public static final int main=0x7f030000;
  26.     }
  27.     public static final class string {
  28.         public static final int app_name=0x7f050000;
  29.         public static final int back_text=0x7f050003;
  30.         public static final int empty=0x7f050005;
  31.         public static final int from_text=0x7f050001;
  32.         public static final int original_hint=0x7f050004;
  33.         public static final int to_text=0x7f050002;
  34.         public static final int translating=0x7f050006;
  35.         public static final int translation_error=0x7f050007;
  36.         public static final int translation_interrupted=0x7f050008;
  37.     }
  38. }