device.png 

위의 그림에서 보시면 중간에 대화식으로 주고 받는 부분이 있는데요

이게 스크롤을 달았는데 대화가 늘어나도 계속 위에만 가리키고 잇습니다.

대화 가 추가되면 스크롤이 최하단으로 내려가게 하고 싶은데 어떻게 해야하나요? ㅠㅠ

 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
			    android:orientation="vertical"
			    android:layout_width="fill_parent"
			    android:layout_height="150px"
			    android:id="@+id/scr"
			    android:scrollbarStyle="insideInset"
			    android:scrollbarSize="3px"
			    android:scrollbarDefaultDelayBeforeFade="3000">


스크롤은 xml에서 이렇게 달았구요조언좀 부탁드립니다.