리스트 뷰가 계속 증가하면서 스크롤을 아래로 이동하기
참고 페이지 : http://dmh11.tistory.com/entry/ListView에-동적으로-아이템-추가시-스크롤-문제
xml의 ListView의 값 수정
android:transcriptMode="alwaysScroll"
참고 페이지 : http://dmh11.tistory.com/entry/ListView에-동적으로-아이템-추가시-스크롤-문제
xml의 ListView의 값 수정
android:transcriptMode="alwaysScroll"
getListView().setTranscriptMode(ListView.TRANSCRIPT_MODE_ALWAYS_SCROLL); |