- name
- The fully qualified class name of the View to be create.
- attrs
- An AttributeSet of attributes to apply to the View.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.ClassNotFoundException
This routine is responsible for creating the correct subclass of View given the xml element name. Override it to handle custom view objects. If you override this in your subclass be sure to call through to super.onCreateView(name) for names you do not recognize.