ppamorim

Untitled

Apr 27th, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.61 KB | None | 0 0
  1. <uk.co.senab.actionbarpulltorefresh.extras.actionbarcompat.PullToRefreshLayout
  2.        android:id="@+id/ptr_layout"
  3.        android:layout_width="match_parent"
  4.        android:layout_height="match_parent"
  5.        android:visibility="gone">
  6.  
  7.         <com.costum.android.widget.LoadMoreListView
  8.            android:id="@+id/listView_feed"
  9.            android:layout_width="match_parent"
  10.            android:layout_height="match_parent"
  11.            android:dividerHeight="0dp"
  12.            android:divider="@color/transparent_white"/>
  13.  
  14.     </uk.co.senab.actionbarpulltorefresh.extras.actionbarcompat.PullToRefreshLayout>
Advertisement
Add Comment
Please, Sign In to add comment