Java android.widget ImageSwitcher fields, constructors, methods, implement or subclass

Example usage for Java android.widget ImageSwitcher fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.widget ImageSwitcher.

The text is from its open source code.

Constructor

ImageSwitcher(Context context)
Creates a new empty ImageSwitcher.

Method

voidsetImageDrawable(Drawable drawable)
Sets a new drawable on the ImageSwitcher.
voidsetImageResource(@DrawableRes int resid)
Sets a new image on the ImageSwitcher with the given resource id.