ListView에 Scrollbar 감추기
listview.xml<ListView android:id="@+id/listview" ... android:scrollbars="none" >
ListView에 이동하는 스크롤바 적용하기(fast scroll)
listview.xml<ListView android:id="@+id/listview" ... android:fastScrollEnabled="true" >
'대학 생활 > Android' 카테고리의 다른 글
[Android] GoogleMaps v2 에러(Not on the main thread) (0) | 2014.06.25 |
---|---|
[Android] 메일 보내기 (0) | 2014.06.25 |
[Android] Tab Activity로 나누기 (tabhost, intent) (0) | 2014.06.11 |
[Android] version code, name 가져오기 (0) | 2014.06.10 |