R.java 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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 com.lyq.autocall;
  8. public final class R {
  9. public static final class attr {
  10. }
  11. public static final class drawable {
  12. public static final int ic_launcher=0x7f020000;
  13. }
  14. public static final class id {
  15. public static final int button1=0x7f060006;
  16. public static final int button2=0x7f060007;
  17. public static final int button3=0x7f060008;
  18. public static final int button4=0x7f060009;
  19. public static final int checkBox1=0x7f060004;
  20. public static final int edittext1=0x7f060001;
  21. public static final int edittext2=0x7f060003;
  22. public static final int linearLayout1=0x7f060005;
  23. public static final int textview1=0x7f060000;
  24. public static final int textview12=0x7f060002;
  25. public static final int textview2=0x7f06000a;
  26. }
  27. public static final class layout {
  28. public static final int activity_main=0x7f030000;
  29. }
  30. public static final class string {
  31. public static final int app_name=0x7f040000;
  32. public static final int hello_world=0x7f040001;
  33. }
  34. public static final class style {
  35. /**
  36. Base application theme, dependent on API level. This theme is replaced
  37. by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
  38. Theme customizations available in newer API levels can go in
  39. res/values-vXX/styles.xml, while customizations related to
  40. backward-compatibility can go here.
  41. */
  42. public static final int AppBaseTheme=0x7f050000;
  43. /** Application theme.
  44. All customizations that are NOT specific to a particular API-level can go here.
  45. */
  46. public static final int AppTheme=0x7f050001;
  47. }
  48. }