How can I have a marquee using MaxLines instead of SingleLine ?
This is my TextView :
In XML
In Java
((TextView)findViewById(R.id.text_marquee)).setHorizontallyScrolling(true); ((TextView)findViewById(R.id.text_marquee)).setSelected(true);