public static final class R.dimen
extends Object
java.lang.Object | |
↳ | android.support.v7.recyclerview.R.dimen |
Fields |
|
---|---|
public static int |
item_touch_helper_max_drag_scroll_per_frame 如果拖动视图超出了RecyclerView的界限,则滚动ItemTouchHelper的最大数量将触发。 |
public static int |
item_touch_helper_swipe_escape_max_velocity |
public static int |
item_touch_helper_swipe_escape_velocity |
Public constructors |
|
---|---|
R.dimen() |
Inherited methods |
|
---|---|
From class java.lang.Object
|
int item_touch_helper_max_drag_scroll_per_frame
如果拖动视图超出了RecyclerView的界限,则滚动ItemTouchHelper的最大数量将触发。
int item_touch_helper_swipe_escape_max_velocity
int item_touch_helper_swipe_escape_velocity
R.dimen ()