고객사의 요청 사항이 있어 다음과 같이 처리하였습니다.
카드 결제 화면에서 유효기간의 연(year) 입력 후 결제 버튼을 누를 수 있게 결제 양식을 제일 아래로 스크롤 해주세요.
스크롤 뷰의 sctollTo(x, y) 메소드를 활용하여 양식을 아래로 스크롤할 수 있습니다.
ScrollView svEx = (ScrollView)findViewById(R.id.svEx);
ViewGroup layoutEx = (ViewGroup)findViewById(R.id.layoutEx);
svEx.scrollTo(0, layoutEx.getHeight());
https://stackoverflow.com/questions/8015313/how-to-programmatically-scroll-a-scrollview-to-bottom