본문 바로가기
프로그래밍 놀이터/안드로이드, Java

[android] pulltorefreshlistview both side setting.

by 돼지왕 왕돼지 2013. 11. 5.
반응형


 android, pulltorefreshlistview both side setting.

 

[android] pulltorefreshlistview both side setting.


<com.handmark.pulltorefresh.library.PullToRefreshListView

        xmlns:ptr="http://schemas.android.com/apk/res-auto"

        android:id="@+id/cardlist"

        android:layout_width="match_parent"

        android:layout_height="match_parent"

        android:overScrollMode="never"

        android:scrollbars="none"

        ptr:ptrMode="both" />



반응형

댓글