I see in the LayoutInflater code where the actual view class is instantiated via reflection (LayoutInflater – createView() method), however, I fail to see where the actual attributes are set on that view.
Can someone point me to the location where the AttributeSet is actually applied to the instantaited view?
See Line 584 in the referred to code: