summaryrefslogtreecommitdiffstats
path: root/tests/TransitionTests/res/transition/my_transition_mgr.xml
blob: 5d8f7995b5aa60f1522e9fe2d23f777bf21493f6 (plain)
1
2
3
4
5
6
<transitionManager xmlns:android="http://schemas.android.com/apk/res/android">
    <transition android:fromScene="@layout/search_screen" android:toScene="@layout/results_screen"
                android:transition="@transition/mover_fader"/>
    <transition android:fromScene="@layout/results_screen" android:toScene="@layout/search_screen"
                android:transition="@transition/mover_fader"/>
</transitionManager>