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?
set layout direction android:layoutDirection="rtl" android:textDirection="rtl"