android - View lose click listener after animation with ObjectAnimator -
i have recycler view in lower half of screen if click on item, item gets animated top of screen using objectanimator.offloat(target, view.translation_y, ydelta)
(the recycle view has parent.clipchildren = false
item can move outside of recycler view). lives inside relativelayout
match_parent
on width
, height
.
no clicks registered on item ones it's outside of parent recycler view (which in honesty feels reasonable). how can go making item still register clicks outside parent?
Comments
Post a Comment