public
static
interface
ViewSwitcher.ViewFactory
android.widget.ViewSwitcher.ViewFactory |
Creates views in a ViewSwitcher.
Public methods | |
---|---|
abstract
View
|
makeView()
Creates a new |
View makeView ()
Creates a new View
to be added in a
ViewSwitcher
.
Returns | |
---|---|
View |
a View
|