Android.Widget.TextSwitcher Class
Specialized Android.Widget.ViewSwitcher that contains only children of type Android.Widget.TextView.

See Also: TextSwitcher Members

Syntax

[Android.Runtime.Register("android/widget/TextSwitcher", DoNotGenerateAcw=true)]
public class TextSwitcher : ViewSwitcher

Remarks

Specialized Android.Widget.ViewSwitcher that contains only children of type Android.Widget.TextView. A TextSwitcher is useful to animate a label on screen. Whenever TextSwitcher.SetText(Java.Lang.ICharSequence) is called, TextSwitcher animates the current text out and animates the new text in.

[Android Documentation]

Requirements

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