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

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -