I have a RecyclerView
and I need to enlarge only the center item with animation.
I have to change it's size:
- Increase when it appears.
- Decrease to normal, when it goes away.
It is something like carousel, I need to achieve this effect with RecyclerView
.
Any suggestions?