I have made a custom viewgroup
which has five imageview
.
When I invalidate this viewgroup
, why do all the "draw" methods of these imageview
never get called back?
Doesn't the invalidate method traverse the viewtree
from viewrootiml
?
I have made a custom viewgroup
which has five imageview
.
When I invalidate this viewgroup
, why do all the "draw" methods of these imageview
never get called back?
Doesn't the invalidate method traverse the viewtree
from viewrootiml
?