I used the sample to create a Marker with two lines of text, and now I would like to center the text. When I specify textAlign = Paint.Align.CENTER the text is aligned properly, but the background is offset incorrectly. Is this a bug, or is there anything I can do in my code?
Hi,
I used the sample to create a
Marker
with two lines of text, and now I would like to center the text. When I specifytextAlign = Paint.Align.CENTER
the text is aligned properly, but the background is offset incorrectly. Is this a bug, or is there anything I can do in my code?