标签: android android-layout android-widget android-listview pull-to-refresh
在pull_to_refresh库的本机源代码中我必须拉出布局的整个高度,才能添加一个新项目列表(见图)。
请告诉我在哪里可以更改我必须拉到刷新列表的高度值? 我想在到达标题布局的顶部之前添加一个新元素,例如,10个像素 日Thnx
答案 0 :(得分:0)
看一下源代码,看到参数static final float FRICTION = 2.0f;是硬编码的,所以,你可以分叉项目并为该变量设置一个seter
static final float FRICTION = 2.0f;
https://github.com/chrisbanes/Android-PullToRefresh/blob/master/library/src/com/handmark/pulltorefresh/library/PullToRefreshBase.java