HorizontalScrollView, auto-scroll to end with animation
问题 I have a horizontalScrollView and I need to make an auto-scroll to end with animation when I load the view. I have implemented this method to do it: final HorizontalScrollView strip = (HorizontalScrollView) contentView. findViewById(R.id.horizontalScrollView1); strip.postDelayed(new Runnable() { public void run() { strip.fullScroll(HorizontalScrollView.FOCUS_RIGHT); } }, 1000L); It works fine, but, the main problem is the animation of the scrolling is too fast and I need to implement a slower