R.java
1.44 KB
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
34
35
36
37
38
39
40
41
package android.support.v7.recyclerview;
public final class R
{
public static final class attr
{
public static final int layoutManager = 2130772262;
public static final int reverseLayout = 2130772264;
public static final int spanCount = 2130772263;
public static final int stackFromEnd = 2130772265;
}
public static final class dimen
{
public static final int item_touch_helper_max_drag_scroll_per_frame = 2131362046;
public static final int item_touch_helper_swipe_escape_max_velocity = 2131362047;
public static final int item_touch_helper_swipe_escape_velocity = 2131362048;
}
public static final class id
{
public static final int item_touch_helper_previous_elevation = 2131689477;
}
public static final class styleable
{
public static final int[] RecyclerView = { 16842948, 16842993, 2130772262, 2130772263, 2130772264, 2130772265 };
public static final int RecyclerView_android_descendantFocusability = 1;
public static final int RecyclerView_android_orientation = 0;
public static final int RecyclerView_layoutManager = 2;
public static final int RecyclerView_reverseLayout = 4;
public static final int RecyclerView_spanCount = 3;
public static final int RecyclerView_stackFromEnd = 5;
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/android/support/v7/recyclerview/R.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/