码迷,mamicode.com
首页 > 其他好文 > 详细

下拉刷新问题记录

时间:2015-05-08 10:57:23      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:

最近用到了com.handmark.pulltorefresh.library.PullToRefreshListView的下拉刷新
发现了两个问题
1.PullToRefreshListView的layout_height必须要设为match_parent,之前ListView设为wrap_content是没有问题的,这一点要注意。
2.PullToRefreshListView的visibility在布局中设为gone,在代码中怎么设visibility都看不到了。

下拉刷新问题记录

标签:

原文地址:http://blog.csdn.net/changhuiyuanh/article/details/45575893

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!