Android.Graphics.Drawables.TransitionDrawable Class
An extension of LayerDrawables that is intended to cross-fade between the first and second layer.

See Also: TransitionDrawable Members

Syntax

[Android.Runtime.Register("android/graphics/drawable/TransitionDrawable", DoNotGenerateAcw=true)]
public class TransitionDrawable : LayerDrawable, IDisposable

Remarks

An extension of LayerDrawables that is intended to cross-fade between the first and second layer. To start the transition, call TransitionDrawable.StartTransition(int). To display just the first layer, call TransitionDrawable.ResetTransition.

It can be defined in an XML file with the <transition> element. Each Drawable in the transition is defined in a nested <item>. For more information, see the guide to Drawable Resources.

[Android Documentation]

Requirements

Namespace: Android.Graphics.Drawables
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1