Fix distance text align
This commit is contained in:
parent
0b69aa6d41
commit
3585c2abe3
1 changed files with 2 additions and 0 deletions
|
@ -621,6 +621,8 @@ public class RulerControlLayer extends OsmandMapLayer {
|
|||
canvas.restore();
|
||||
}
|
||||
}
|
||||
attrs.paint2.setTextAlign(Paint.Align.LEFT);
|
||||
attrs.paint3.setTextAlign(Paint.Align.LEFT);
|
||||
}
|
||||
|
||||
private void updateArcShader(float radiusLength, QuadPoint center) {
|
||||
|
|
Loading…
Reference in a new issue