Hello,
I am using a custom InfoWindowAdapter to show a custom InfoWindow. In my layout i have the following TextView: > <TextView android:id="@+id/balloon_item_title" android:layout_width="match_parent" android:layout_height="wrap_content" > android:text="My Title" android:singleLine="true" android:maxWidth="200dip" > android:ellipsize="marquee" android:marqueeRepeatLimit="marquee_forever" > android:scrollHorizontally="true" android:textColor="@android:color/primary_text_light" > android:textSize="16sp" /> Although I set the ellipsize to marquee, the text does not move. Is this a limitation of the InfoWindowAdapter? Thanks Best Regards -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

