반응형
아래부터 item을 채울려면 stackFromBottom 속성을 true로 주면 됨.
<ListView
android:id="@+id/in"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:stackFromBottom="true"
android:transcriptMode="alwaysScroll"
android:layout_weight="1"/>
transcriptMode 속성은 3가지의 값을 정의해줄수 있음.
- disabled : 스크롤이 되지 않음
- nomal : 현재의 포커스에서 추가된만큼의 포커스가 이동
- alwaysScroll : 마지막에 추가된곳으로 포커스 이동
반응형
'프로그래밍 정리 > 안드로이드' 카테고리의 다른 글
[Android] 키보드 위에 레이아웃 올리기 (1) | 2014.10.28 |
---|---|
[Android] android.database.StaleDataException: Attempted to access a cursor after it has been closed. (0) | 2014.10.27 |
[Android - 안드로이드] HttpClient timeout 등 지정 (0) | 2014.10.05 |
[Android - 안드로이드] HttpClient 서버에서 파일 보내기/받기 (0) | 2014.10.05 |
[Android - 안드로이드] HttpClient / HttpURLConnection (0) | 2014.10.05 |