All the classes in Android that can be built using XML have constructors of the form:
Context context, AttributeSet attrs, int defStyle
What is
Quote from alanv, project member, "The documentation is incorrect. The third constructor must be an attribute, e.g. R.attr.*"