Android - How to simply make a scrolling text from left to right
how do i ma开发者_开发百科ke a scrollable very long text that scrolls from left to right
-I managed to make a scrolling textview by setting ellipsize="marquee" and making it always focusable but i need the text to be scrolling to the right not to the left
if you have any suggestions your help will be very appreciated.
You could use the scroll methods to make the scrollbar go to the far right when the activity starts.
精彩评论