47 lines
2.6 KiB
Plaintext
Executable File
47 lines
2.6 KiB
Plaintext
Executable File
/* 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 final int fastScrollEnabled = 0x7f010119;
|
|
public static final int fastScrollHorizontalThumbDrawable = 0x7f01011c;
|
|
public static final int fastScrollHorizontalTrackDrawable = 0x7f01011d;
|
|
public static final int fastScrollVerticalThumbDrawable = 0x7f01011a;
|
|
public static final int fastScrollVerticalTrackDrawable = 0x7f01011b;
|
|
public static final int layoutManager = 0x7f010115;
|
|
public static final int reverseLayout = 0x7f010117;
|
|
public static final int spanCount = 0x7f010116;
|
|
public static final int stackFromEnd = 0x7f010118;
|
|
}
|
|
public static final class dimen {
|
|
public static final int fastscroll_default_thickness = 0x7f080078;
|
|
public static final int fastscroll_margin = 0x7f080079;
|
|
public static final int fastscroll_minimum_range = 0x7f08007a;
|
|
public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f080082;
|
|
public static final int item_touch_helper_swipe_escape_max_velocity = 0x7f080083;
|
|
public static final int item_touch_helper_swipe_escape_velocity = 0x7f080084;
|
|
}
|
|
public static final class id {
|
|
public static final int item_touch_helper_previous_elevation = 0x7f0d0005;
|
|
}
|
|
public static final class styleable {
|
|
public static final int[] RecyclerView = { 0x010100c4, 0x010100f1, 0x7f010115, 0x7f010116, 0x7f010117, 0x7f010118, 0x7f010119, 0x7f01011a, 0x7f01011b, 0x7f01011c, 0x7f01011d };
|
|
public static final int RecyclerView_android_descendantFocusability = 1;
|
|
public static final int RecyclerView_android_orientation = 0;
|
|
public static final int RecyclerView_fastScrollEnabled = 6;
|
|
public static final int RecyclerView_fastScrollHorizontalThumbDrawable = 9;
|
|
public static final int RecyclerView_fastScrollHorizontalTrackDrawable = 10;
|
|
public static final int RecyclerView_fastScrollVerticalThumbDrawable = 7;
|
|
public static final int RecyclerView_fastScrollVerticalTrackDrawable = 8;
|
|
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;
|
|
}
|
|
}
|