blob: 14c91b9c7c6bee97b9d2ac86febcc01fb4ae2825 [file] [log] [blame]
<transitionGroup xmlns:android="http://schemas.android.com/apk/res/android">
<fade></fade>
<transitionGroup>
<move android:duration="500">
<targets>
<target android:targetID="@id/container"/>
<target android:targetID="@id/resultsList"/>
</targets>
</move>
<transitionGroup>
<targets>
<target android:targetID="@id/container"/>
<target android:targetID="@id/resultsList"/>
</targets>
<fade android:startOffset="25"/>
</transitionGroup>
<recolor/>
</transitionGroup>
<move/>
</transitionGroup>