PullToRefreshListView的布局文件

来源:互联网 发布:小米电视3怎么样 知乎 编辑:程序博客网 时间:2024/06/08 05:33
<?xml version="1.0" encoding="utf-8"?><android.support.constraint.ConstraintLayout    xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"    android:layout_height="match_parent">    <com.handmark.pulltorefresh.library.PullToRefreshListView        android:id="@+id/pull_refresh_list"        android:layout_width="match_parent"        android:layout_height="match_parent"        android:cacheColorHint="#00000000" /></android.support.constraint.ConstraintLayout>
原创粉丝点击