android define the width of line in canvas android code example
Example: android canvas line thickness
Paint myPaint = new Paint();
myPaint.setStrokeWidth(8)
Paint myPaint = new Paint();
myPaint.setStrokeWidth(8)