I've implemented a custom infoWindow which I programmed to display when touching a marker.
When I touch the infoWindow, it highlights in the default blue color (on Jelly bean) as stated by the Google Maps v2 API. The issue is that I can't seem to disable this highligh.
I have tried adding:
<android:clickable="false">
but it didn't work.
I also tried implementing the OnInfoWindowClickListener and overriding the onInfoWindowClick method, but this didn't work either.
"Help me, Obi-Wan Kenobi. You're my only hope"
android:focusable="false" android:focusableInTouchMode="false"