I have two grid views that I would like to create a custom animation for. Imagine this layout:
___________________________________________ | | | | | TOP Grid | | | |_________________________________________| | | | | | BOTTOM | | Grid | | | |_________________________________________|
The bottom grid will 'slide out' and 'slide' behind the top grid. I figure I should be using a translate animation. How do I find out the fromX & fromY values? I thought I could have both View in a Layout, and then set the animation as RelativeToParent.
It this the right approach? If you know of anywhere I can find source code for this functionality I would greatly appreciate it. Thank you,