Chet Haase d82c8ac4db Transition API changes from API council recommendations
Issue #10460684 KLP API Review: android.view.transition and android.animation
Issue #10570740 Transitions: inflate transition targets from xml

Change-Id: I7a3f6d3aece2fcafc5efd555d033f79e86635c98
2013-09-04 14:46:38 -07:00

20 lines
683 B
XML

<transitionSet xmlns:android="http://schemas.android.com/apk/res/android">
<fade></fade>
<transitionSet>
<changeBounds android:duration="500">
<targets>
<target android:targetId="@id/container"/>
<target android:targetId="@id/resultsList"/>
</targets>
</changeBounds>
<transitionSet>
<targets>
<target android:targetId="@id/container"/>
<target android:targetId="@id/resultsList"/>
</targets>
<fade android:startOffset="25"/>
</transitionSet>
<recolor/>
</transitionSet>
<changeBounds/>
</transitionSet>