Context-detection API for Android developed as a university project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

R.java 931B

123456789101112131415161718192021222324252627282930
  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 uk.co.md87.android.contexthome;
  8. public final class R {
  9. public static final class attr {
  10. }
  11. public static final class drawable {
  12. public static final int blank=0x7f020000;
  13. public static final int icon=0x7f020001;
  14. }
  15. public static final class id {
  16. public static final int body=0x7f050003;
  17. public static final int content=0x7f050000;
  18. public static final int image=0x7f050001;
  19. public static final int title=0x7f050002;
  20. }
  21. public static final class layout {
  22. public static final int scroller=0x7f030000;
  23. public static final int titledimage=0x7f030001;
  24. }
  25. public static final class string {
  26. public static final int app_name=0x7f040000;
  27. }
  28. }