Marquee in various TextView at the same time?
- by YaW
Hi,
I have a dinamic layout wich has one to six TextViews. All the TextViews are created in the Activity (programatically) and all are created equally.
I want to marquee the text in the TextViews, but I don't know how to do it. Apparently, the TextView needs to be focused for the marquee works fine, but how i focus six TextViews at the same time?…