Hi, thank you for sharing this is for a long time missing from Android libraries... I am trying to run this form code only (no xml at all) and I can see that it would be helpful to have a public constructor that takes a TextView. At the moment I create a TextView, set all its properties(font,size,color,text) and then attached to the marquee as a child. Code wise it all looks Ok but I don't get any visible text in the layout/TextView. Displaying a colored layout shows me that the integration with the rest of my project is OK . . . so I don't know how to proceed from here.... any ideas? Thank you
Hi, thank you for sharing this is for a long time missing from Android libraries... I am trying to run this form code only (no xml at all) and I can see that it would be helpful to have a public constructor that takes a TextView. At the moment I create a TextView, set all its properties(font,size,color,text) and then attached to the marquee as a child. Code wise it all looks Ok but I don't get any visible text in the layout/TextView. Displaying a colored layout shows me that the integration with the rest of my project is OK . . . so I don't know how to proceed from here.... any ideas? Thank you