I want to reverse the direction of marquee in the TextView. By default, the text moves from Right to Left, I want it to move from Left to Right. How can I do this?
Another simple way is using HTML and also you can change direction easily direction="Left"
direction="Left"
text your
And Pass to WebView
webView.loadDataWithBaseURL(null, yourhtmltext, "text/html" , null, null);