Example usage for Java android.widget ImageSwitcher fields, constructors, methods, implement or subclass
The text is from its open source code.
ImageSwitcher(Context context) Creates a new empty ImageSwitcher. |
void | setImageDrawable(Drawable drawable) Sets a new drawable on the ImageSwitcher. |
void | setImageResource(@DrawableRes int resid) Sets a new image on the ImageSwitcher with the given resource id. |