android.view.LayoutInflater.Factory2 |
Known Indirect Subclasses |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Version of
onCreateView(String, Context, AttributeSet)
that also supplies the parent that the view created view will be
placed in.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.view.LayoutInflater.Factory
|
Version of onCreateView(String, Context, AttributeSet)
that also supplies the parent that the view created view will be
placed in.
parent | The parent that the created view will be placed in; note that this may be null. |
---|---|
name | Tag name to be inflated. |
context | The context the view is being created in. |
attrs | Inflation attributes as specified in XML file. |