Own defined Layout , onDraw() method not getting called

Solved. Add
this.setWillNotDraw(false);
in constructor

Leave a Comment