Closed leaf918 closed 9 years ago
in function makeBitmapMask: Canvas canvas = new Canvas(mask); drawable.setBounds(0, 0, getMeasuredWidth(), getMeasuredWidth()); as above: the last line should be: drawable.setBounds(0, 0, getMeasuredWidth(), getMeasuredHeight());
you made a typo.
Thanks for spotting that ! Fixed and closed. Thanks again !
in function makeBitmapMask: Canvas canvas = new Canvas(mask); drawable.setBounds(0, 0, getMeasuredWidth(), getMeasuredWidth()); as above: the last line should be: drawable.setBounds(0, 0, getMeasuredWidth(), getMeasuredHeight());
you made a typo.