In my app, I have a custom listview. User can press a row of the listview and then another activity(detail of row) becomes visible. My question is, After user click, I want to show an click animation to the button before detailed activity becomes visible (note this state is not 'pressed state', is 'after pressed'). At first, I thought I could make this by selectors. But as far as I know, selectors can animate at pressed, focused states. After hands-off, click animaton becomes invisible. But I need a click animation through the transition.
How can I do this ?
Thanks in advance..