While running on emulator i noticed that infowindow background is displayed wrong.
It looks like the arrow has some wrong bias to the left, shifting more if window has larger horizontal size.
I found that this issue is related to 9-patch markup of the png background infowindow_background.9.png
Android studio shows that the background has wrong patches on both sides of horizontal stretching areas.
So i tried to fix that by making the stretch area 1px-wide. It did help.
This issue is created for purpose - if somebody like me will get into it - here is the solution:
copy all /res/drawable-***dpi-v4/infowindow_background.9.png in your project's /res/ folder and resize horizontal stretch areas to 1px
While running on emulator i noticed that infowindow background is displayed wrong. It looks like the arrow has some wrong bias to the left, shifting more if window has larger horizontal size. I found that this issue is related to 9-patch markup of the png background infowindow_background.9.png Android studio shows that the background has wrong patches on both sides of horizontal stretching areas. So i tried to fix that by making the stretch area 1px-wide. It did help. This issue is created for purpose - if somebody like me will get into it - here is the solution: copy all /res/drawable-***dpi-v4/infowindow_background.9.png in your project's /res/ folder and resize horizontal stretch areas to 1px