Why onDraw is not called after invalidate()?

By default all ViewGroup sub-classes do not call their onDraw method, you should enable it by calling setWillNotDraw(false) link

Leave a Comment