Example usage for Java android.widget TextSwitcher fields, constructors, methods, implement or subclass
The text is from its open source code.
TextSwitcher(Context context) Creates a new empty TextSwitcher. |
void | setCurrentText(CharSequence text) Sets the text of the text view that is currently showing. |
void | setText(CharSequence text) Sets the text of the next view and switches to the next view. |