gh-pages / com.nextfaze.devfun.view / ViewFactory
ViewFactory
interface ViewFactory<out V :
View
>
(source)
Used by DevFun to inflate views when needed.
See Also
Functions
Name | Summary |
---|---|
inflate | abstract fun inflate(inflater: LayoutInflater , container: ViewGroup ?): V Called when this view should be inflated. |