createView
Creates an AppCompat-compatible widget by automatically "substituting" all usages of core Android widgets with the AppCompat extensions of those widgets.
Most developers should not call this method directly. Instead, use the layout inflater provided by getLayoutInflater or call createView.
Return
an AppCompat-compatible widget
Parameters
the hierarchical parent of the view, if any
class name of the view, must be a simple class name like TextView
for core Android widgets
context against which the view should be constructed, may be wrapped for theming purposes or fully replaced if inheritContext
is true
attribute set to pass to the view constructor
true
to construct the view against the parent
view's context instead of context
, or false
to use context
true
to parse android:theme
from attrs
and wrap the view's construction context if necessary
true
to parse app:theme
from attrs
and wrap the view's construction context if necessary
true
to wrap the view's construction context to provide additional resource system feature backports