Re: [android-developers] [Google Maps API v2] Info windows Title

2013-01-22 Thread Filipe Batista
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

Re: [android-developers] [Google Maps API v2] Info windows Title

2013-01-22 Thread Mark Murphy
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

[android-developers] [Google Maps API v2] Info windows Title

2013-01-22 Thread Filipe Batista
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