alexvasilkov / GestureViews

ImageView and FrameLayout with gestures control and position animation
Apache License 2.0
2.37k stars 384 forks source link

hello,how to keep the entered list not hidden #178

Closed i91h1r closed 1 year ago

i91h1r commented 2 years ago

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