alexvasilkov / GestureViews

ImageView and FrameLayout with gestures control and position animation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello,how to keep the entered list not hidden

i91h1r opened this issue · comments

exm: GestureTransitions.from(mViewBinding.rvRelation, listTracker).into(mViewBinding.vpRelation, pagerTracker);

Hello, may I ask how to keep the entered list rvRelation not hidden or in the state of display? Now I have a requirement that the list rvRelation remains displayed, how should I set it? thank you