| 21478 |
rajender |
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 |
|
|
|
9 |
public final class R {
|
|
|
10 |
public static final class attr {
|
|
|
11 |
public static final int layoutManager = 0x7f0100e0;
|
|
|
12 |
public static final int reverseLayout = 0x7f0100e2;
|
|
|
13 |
public static final int spanCount = 0x7f0100e1;
|
|
|
14 |
public static final int stackFromEnd = 0x7f0100e3;
|
|
|
15 |
}
|
|
|
16 |
public static final class dimen {
|
|
|
17 |
public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f090075;
|
|
|
18 |
public static final int item_touch_helper_swipe_escape_max_velocity = 0x7f090076;
|
|
|
19 |
public static final int item_touch_helper_swipe_escape_velocity = 0x7f090077;
|
|
|
20 |
}
|
|
|
21 |
public static final class id {
|
|
|
22 |
public static final int item_touch_helper_previous_elevation = 0x7f0e0006;
|
|
|
23 |
}
|
|
|
24 |
public static final class styleable {
|
|
|
25 |
public static final int[] RecyclerView = { 0x010100c4, 0x7f0100e0, 0x7f0100e1, 0x7f0100e2, 0x7f0100e3 };
|
|
|
26 |
public static final int RecyclerView_android_orientation = 0;
|
|
|
27 |
public static final int RecyclerView_layoutManager = 1;
|
|
|
28 |
public static final int RecyclerView_reverseLayout = 3;
|
|
|
29 |
public static final int RecyclerView_spanCount = 2;
|
|
|
30 |
public static final int RecyclerView_stackFromEnd = 4;
|
|
|
31 |
}
|
|
|
32 |
}
|