android.view.LayoutInflater.Factory |
Known Indirect Subclasses
AccountAuthenticatorActivity
,
ActionBarActivity
,
Activity
,
ActivityGroup
,
AliasActivity
,
ExpandableListActivity
,
FragmentActivity
,
LauncherActivity
,
LayoutInflater.Factory2
,
ListActivity
,
NativeActivity
,
PreferenceActivity
,
TabActivity
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Hook you can supply that is called when inflating from a LayoutInflater.
|
Hook you can supply that is called when inflating from a LayoutInflater. You can use this to customize the tag names available in your XML layout files.
Note that it is good practice to prefix these custom names with your package (i.e., com.coolcompany.apps) to avoid conflicts with system names.
name | Tag name to be inflated. |
---|---|
context | The context the view is being created in. |
attrs | Inflation attributes as specified in XML file. |