AttributeSet of the child class remains null after inheritance

Hello everyone, I have a question about AttributeSet. If I create an AttributeSet in the constructor of the parent class, but the AttributeSet of the child class remains null after inheritance, what could be the reason?