Files
android_development/samples/browseable/TextSwitcher/_index.jd
quddusc 3943cdc962 Updated browsable sample descriptions.
Change-Id: I21e3dfacb4bc1acfbe3b17c5f8001ee758f9eec2
2013-10-30 20:51:43 -07:00

12 lines
361 B
Plaintext

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