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