wpc
2018-11-27 680fbc9e73da3e11988557cf88fd935efd3e0b1e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/* AUTO-GENERATED FILE.  DO NOT MODIFY.
 *
 * This class was automatically generated by the
 * gradle plugin from the resource data it found. It
 * should not be modified by hand.
 */
package android.support.v7.recyclerview;
 
public final class R {
    public static final class attr {
        public static int layoutManager = 0x7f010013;
        public static int reverseLayout = 0x7f010015;
        public static int spanCount = 0x7f010014;
        public static int stackFromEnd = 0x7f010016;
    }
    public static final class dimen {
        public static int item_touch_helper_max_drag_scroll_per_frame = 0x7f080000;
        public static int item_touch_helper_swipe_escape_max_velocity = 0x7f080001;
        public static int item_touch_helper_swipe_escape_velocity = 0x7f080002;
    }
    public static final class id {
        public static int item_touch_helper_previous_elevation = 0x7f090000;
    }
    public static final class styleable {
        public static int[] RecyclerView = { 0x010100c4, 0x010100f1, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016 };
        public static int RecyclerView_android_descendantFocusability = 1;
        public static int RecyclerView_android_orientation = 0;
        public static int RecyclerView_layoutManager = 2;
        public static int RecyclerView_reverseLayout = 4;
        public static int RecyclerView_spanCount = 3;
        public static int RecyclerView_stackFromEnd = 5;
    }
}