Just wondering if there is anyway I can get text to scroll??
The media player does this, as in if the song title is too long for one line, once selected the text scrolls across.. I;m trying to achieve this effect..
Thanks for your thoughts
Will

android:marqueeRepeatLimit
The number of times to repeat the marquee animation. Only applied if the TextView has marquee enabled.
May be an integer value, such as "100".
This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.
May be one of the following constant values.
Constant Value Description
marquee_forever -1 Indicates that marquee should repeat indefinitely
This corresponds to the global attribute resource symbol marqueeRepeatLimit.
Related Methods
setMarqueeRepeatLimit(int)
android:maxEms



Return to View, Layout & Resource Problems
Users browsing this forum: No registered users and 7 guests