| 123456789101112131415161718192021 |
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical">
- <!-- <android.support.v7.widget.RecyclerView-->
- <!-- android:id="@+id/rv_content"-->
- <!-- android:layout_width="match_parent"-->
- <!-- android:layout_height="wrap_content">-->
- <!-- </android.support.v7.widget.RecyclerView>-->
- <com.handmark.pulltorefresh.library.PullToRefreshListView
- android:id="@+id/rv_content"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_marginTop="10dp"
- android:layerType="software"
- android:scrollingCache="false" />
- </LinearLayout>
|