How to Draw Arrowline in android.graphics.Path with correct configerations -
Whatever I've tried: I want to display it Trying Arrow line with the following code path mArrowPath = new paint () ;; MArrowPath.rewind (); MArrowPath.moveTo (0, mHeight / 2); MArrowPath.lineTo (mWidth / 2, 0); MArrowPath.lineTo (mWidth, mHeight / 2); MArrowPath.lineTo (mWidth * 3/4, mHeight / 2); MArrowPath.lineTo (mWidth * 3/4, mHeight); MArrowPath.lineTo (mWidth / 4, mHeight); MArrowPath.lineTo (mWidth / 4, mHeight / 2); MArrowPath.lineTo (0, MHIGH / 2); Size pathshap = new pathshap (mArrowP, maxWidth, maxHeight); Size Drawnable Size D = New Size Drainage (Pathshap); ShapeD.draw (canvas); // Display it in onraw (canvas canvas) I got the following result Problem: I can not find the expected results, the following Failed to understand / find the path configuration parameter to display the result! I failed to increase the size of length , width arrow line. Expected Result: Any help will be grateful! You can use the canvas.ronnet () method to ...