R.java 1.1 KB

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 android.support.v7.recyclerview;
  8. public final class R {
  9. public static final class attr {
  10. public static final int layoutManager = 0x7f010052;
  11. public static final int reverseLayout = 0x7f010054;
  12. public static final int spanCount = 0x7f010053;
  13. public static final int stackFromEnd = 0x7f010055;
  14. }
  15. public static final class dimen {
  16. public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f080045;
  17. }
  18. public static final class id {
  19. public static final int item_touch_helper_previous_elevation = 0x7f0d0005;
  20. }
  21. public static final class styleable {
  22. public static final int[] RecyclerView = { 0x010100c4, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055 };
  23. public static final int RecyclerView_android_orientation = 0;
  24. public static final int RecyclerView_layoutManager = 1;
  25. public static final int RecyclerView_reverseLayout = 3;
  26. public static final int RecyclerView_spanCount = 2;
  27. public static final int RecyclerView_stackFromEnd = 4;
  28. }
  29. }