Android - HorizontalScrollView will not scroll all the way
问题 This is bugging me for a while now, Im using HorizontalScrollView.fullScroll(HorizontalScrollView.FOCUS_RIGHT) which scrolls my ScrollView to the right, but not all the way, it's takes the scrollbar 99% percent to the right, I can manually scroll the rest of the way but for some reason it does not do it when i call the fullScroll() API. Here's a sample code.... If you push the button a few times, the TextView will expand and you'll see the problem. Activity: package com.example.test; import