Blueprint
blueprint-testing-robot
/
reactivecircus.blueprint.testing
/
scrollToItemInRecyclerView
scroll
To
Item
In
Recycler
View
fun
scrollToItemInRecyclerView
(
@
IdRes
recyclerViewId
:
Int
,
itemIndex
:
Int
)
Scroll to the item at
itemIndex
in the
RecyclerView
associated with
recyclerViewId
.