I'm building an application where I have a GridView of results items are presented on the screen. When the user clicks one of the items, the results fragment is pushed to the side and a detail fragment is shown. I've used CommonsGuy implementation (https://github.com/commonsguy/cw-omnibus/tree/master/Animation/ThreePane) from Complete Working Sample of the Gmail Three-Fragment Animation Scenario? for that.
That works all well, the only thing is that I set the GridLayout for the results fragment from 3 columns to 1 column when pushing them left, which doesn't look nike and might confuse the user. How could I animate that transition?