summaryrefslogtreecommitdiffstats
path: root/tests/TransitionTests/res/transition/my_transition.xml
blob: 022313c360e644ea8183ec30cc521ba755e9321d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<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>