Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ScrollView画面の外に出ると、自動的に下にスクロールするようにするにはどうすればよいですか?
ScrollView
以下のコードを試して、タスクを達成してください:-
scroll.fullScroll(View.FOCUS_DOWN);
また
ScrollView sv = (ScrollView)findViewById(R.id.scrl); sv.scrollTo(0, sv.getBottom());