public static final class XC_LayoutInflated.LayoutInflatedParam extends XCallback.Param
| Modifier and Type | Field and Description |
|---|---|
android.content.res.XResources |
res
Resources containing the layout.
|
android.content.res.XResources.ResourceNames |
resNames
Container with the ID and name of the underlying resource.
|
java.lang.String |
variant
Directory from which the layout was actually loaded (e.g.
|
android.view.View |
view
The view that has been created from the layout.
|
callbacks| Constructor and Description |
|---|
LayoutInflatedParam() |
getExtra, getObjectExtra, setObjectExtrapublic android.view.View view
public android.content.res.XResources.ResourceNames resNames
public java.lang.String variant
public android.content.res.XResources res