参考链接:http://www.jianshu.com/p/699e2662fc27

刷新控件:in.srain.cube.views.ptr.PtrFrameLayout 和com.chanven.lib.cptr.PtrClassicFrameLayout

导包:
compile 'in.srain.cube:ultra-ptr:1.0.11'

compile 'com.chanven.lib:cptr:1.0.0'

使用Xml文件:

<?xml version="1.0" encoding="utf-8"?>
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
android:id="@+id/test_list_view_frame"
xmlns:cube_ptr="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#f0f0f0"
cube_ptr:ptr_resistance="1.7"
cube_ptr:ptr_ratio_of_header_height_to_refresh="1.2"
cube_ptr:ptr_duration_to_close="200"
cube_ptr:ptr_duration_to_close_header="1000"
cube_ptr:ptr_keep_header_when_refresh="true"
cube_ptr:ptr_pull_to_fresh="false">

android:id="@+id/test_list_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/white"
android:choiceMode="singleChoice"
android:divider="#b0b0b0"
android:dividerHeight="0.1dp"
android:fadingEdge="none"
android:scrollbarStyle="outsideOverlay"/>



或者

android:id="@+id/store_house_ptr_frame"
xmlns:cube_ptr="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
cube_ptr:ptr_resistance="1.7"
cube_ptr:ptr_ratio_of_header_height_to_refresh="1.2"
cube_ptr:ptr_duration_to_close="300"
cube_ptr:ptr_duration_to_close_header="2000"
cube_ptr:ptr_keep_header_when_refresh="true"
cube_ptr:ptr_pull_to_fresh="false" >
android:id="@+id/store_house_ptr_image_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/cube_mints_333333"
android:clickable="true"
android:padding="10dp">
android:id="@+id/store_house_ptr_image"
android:layout_width="match_parent"
android:layout_height="match_parent" />



代码初始化:
ptrClassicFrameLayout.setLoadMoreEnable(true);
ptrClassicFrameLayout.setOnLoadMoreListener(this);
ptrClassicFrameLayout.setPtrHandler(this);

更多相关文章

  1. Android space控件:间隙留白
  2. android 控件 3d 旋转效果
  3. Android 基础布局控件自定义view使用练习
  4. Android中自定义滑动选中控件WheelView
  5. Android 控件之一:Button 按钮
  6. android 中动态创建控件
  7. Android自定义view三验证码输入控件
  8. 时间控件
  9. Android 动态生成多行多列控件

随机推荐

  1. 安装使用Android-x86打造快速流畅的Aandr
  2. 赵雅智_setImageResource和setImageBitma
  3. 疯狂android讲义(第三版)总结之 2.11 使用
  4. Android界面的.9.png图片显示出错,怎么回
  5. Android DrawerLayout 高仿QQ5.2双向侧滑
  6. Android基于特征码查杀手机病毒
  7. 获取机器人屏幕的尺寸
  8. Android有用的代码片段
  9. 我们是否还需要在运行时使用新的abi arm6
  10. Android自定义View之微信雷达