MuAo Lee

Results 1 issues of MuAo Lee

初始化的时候,ondraw中代码不执行, ``` if (offLineWidth > 0) { final float cy = offLineWidth * 0.5f; rect.set(spotX - cy, centerY - cy, endX + cy, centerY + cy); paint.setColor(offColor); canvas.drawRoundRect(rect, cy, cy,...