Yep, you are right. I have just noticed in here:
https://developers.google.com/maps/documentation/android/marker?hl=en
Note: The info window that is drawn is not a live view. The view is
> rendered as an image (using `View.draw(Canvas)`) at the time it is
> returned. This means that any subsequ
Probably. If I understand correctly, what is shown in the info window
is not the actual widgets, but rather a Bitmap created from those
widgets. If so, that would explain why animated effects will not work.
On Tue, Jan 22, 2013 at 11:19 AM, Filipe Batista
wrote:
> Hello,
>
>
> I am using a custom
Hello,
I am using a custom InfoWindowAdapter to show a custom InfoWindow. In my
layout i have the following TextView:
> android:text="My Title" android:singleLine="true" android:maxWidth="200dip"
> android:ellipsize="marquee" android:marqueeRepeatLimit="marquee_forever"
> android:scrollHoriz
3 matches
Mail list logo