SyntaxFix
Write A Post
Hire A Developer
Questions
For a Dotted effect on a Canvas, set this attribute to the paint object :
paint.setPathEffect(new DashPathEffect(new float[] {0,30}, 0));
And change the value 30 as your render suits you : it represents the "distance" between each dots.