By default HorizontalScrollView scrolls from Left to Right but I want to scroll from Right to Left.
HorizontalScrollView
How to do this? Any help will be appreciated.
Add this attribute to HorizontalScrollView :
android:layoutDirection="rtl"