I am trying to draw a white circle with the following code:
mPaint.setColor(0xFFFFFFFF); canvas.drawCircle(x, y, radius, mPaint);
But it is bei