Hey I have a view with lots of child views which make some animations.
The problem is that when an animation is played, the views still react to touch events, which is something that I don't want.
I thought about having transparent view on the top of all the views, that will be visible when animation is being played
Is there other way to do that?
thanks!