I have created a widget to display some long text. I want this text to have "marquee" effect . I've already set TextView propertie ellipsize="marquee" but it doesn't works . Any idea?
Edit: For example Stocks widget of HTC
I have created a widget to display some long text. I want this text to have "marquee" effect . I've already set TextView propertie ellipsize="marquee" but it doesn't works . Any idea?
Edit: For example Stocks widget of HTC
The marquee effect will only be seen if the TextView is selected, or is a child of a parent that is selected, IIRC.