I have a transitionSet
and I want to set an order in which the views will be animated, but I don't find any example on how to use matchOrder
correctly.
<transitionSet xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:interpolator/linear_out_slow_in"
android:duration="800"
android:transitionOrdering="together">
<fade></fade>
<slide android:slideEdge="top" android:matchOrder="?????">
</slide>
</transitionSet>
I always receive this RuntimeException
:
Unknown match type in matchOrder