R.java 959 B

1234567891011121314151617181920212223242526272829
  1. /* AUTO-GENERATED FILE. DO NOT MODIFY.
  2. *
  3. * This class was automatically generated by the
  4. * gradle plugin from the resource data it found. It
  5. * should not be modified by hand.
  6. */
  7. package com.umeng.message.lib;
  8. public final class R {
  9. private R() {}
  10. public static final class id {
  11. private id() {}
  12. public static int notification_bar_image = 0x7f0c0001;
  13. public static int notification_large_icon1 = 0x7f0c0002;
  14. public static int notification_large_icon2 = 0x7f0c0003;
  15. public static int notification_text = 0x7f0c0004;
  16. public static int notification_title = 0x7f0c0005;
  17. public static int upush_notification1 = 0x7f0c0006;
  18. public static int upush_notification2 = 0x7f0c0007;
  19. }
  20. public static final class layout {
  21. private layout() {}
  22. public static int upush_bar_image_notification = 0x7f0f0001;
  23. public static int upush_notification = 0x7f0f0002;
  24. }
  25. }