1 2 3 4page.tags="TextSwitcher" 5sample.group=UI 6@jd:body 7 8<p>This sample demonstrates how to use the {@link android.widget.TextSwitcher} 9view with animations. A {@link android.widget.TextSwitcher} is a type of 10{@link android.widget.ViewSwitcher} that animates text transitions on screen 11when {@link android.widget.TextSwitcher#setText(CharSequence)} is called.</p> 12