toggle menu
Litho
androidJvm
switch theme
search in API
litho-core
/
com.facebook.litho.viewcompat
/
ViewCreator
/
createView
create
View
abstract
fun
createView
(
c
:
Context
,
parent
:
ViewGroup
?
)
:
V
Return
a new view of type V.
Parameters
c
android Context.
parent
the parent
ViewGroup
, or
null
if there isn't one.