ShowcaseViewLibrary icon indicating copy to clipboard operation
ShowcaseViewLibrary copied to clipboard

error in dispatchDraw

Open djdance opened this issue 8 years ago • 0 comments

c.drawCircle(0, showcaseY, showcaseRadius, eraser); should be c.drawCircle(showcaseX, showcaseY, showcaseRadius, eraser);

djdance avatar Mar 15 '17 18:03 djdance