English | Site Directory

Android - An Open Handset Alliance Project

android.view
public static interface

android.view.ViewInflate.Factory

android.view.ViewInflate.Factory
Known Indirect Subclasses

Summary

Public Methods

        View  onCreateView(String name, Context context, AttributeSet attrs, Map inflateParams)
Hook you can supply that is called when inflating from a ViewInflate.

Details

Public Methods

public View onCreateView(String name, Context context, AttributeSet attrs, Map inflateParams)

Hook you can supply that is called when inflating from a ViewInflate. 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.

Parameters

name Tag name to be inflated.
context The context the view is being created in.
attrs Inflation attributes as specified in XML file.
inflateParams Additional run-time inflation parameters.

Returns

  • View Newly created view. Return null for the default behavior.
Build m5-rc15g - 14 May 2008 12:50