| android.view.LayoutInflater.Factory2 |
|
|
| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
Version of onCreateView(String, Context, AttributeSet)
that also supplies the parent that the view created view will be
placed in.
| Parameters | |
|---|---|
parent |
View:
The parent that the created view will be placed
in; note that this may be null. |
name |
String:
Tag name to be inflated. |
context |
Context:
The context the view is being created in. |
attrs |
AttributeSet:
Inflation attributes as specified in XML file. |
| Returns | |
|---|---|
View |
View Newly created view. Return null for the default behavior. |