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?
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?