Skip to content

Commit

Permalink
Arrange draw orders
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad Rezaei committed Nov 14, 2021
1 parent 82653ed commit e392ba3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,11 @@ protected void onDraw(Canvas canvas) {
canvas.scale(1, 1);
drawGird(canvas);
drawK(canvas);
drawText(canvas);
drawMaxAndMin(canvas);
drawLastValue(canvas);
drawValue(canvas, isLongPress ? mSelectedIndex : mStopIndex);
drawYAxisBackground(canvas);
drawText(canvas);
canvas.restore();
}

Expand Down

0 comments on commit e392ba3

Please sign in to comment.