pullToRefreshListView去掉分割线方法

举报
再见孙悟空_ 发表于 2022/01/13 00:12:36 2022/01/13
【摘要】 如上图用的是pullToRefreshListView  每个item之间有一条线,样式比较尴尬 ,需要去掉,去掉后的效果是这样的 去掉前代码: <com.jky.mobilebzt.pulltorefresh.PullToRefreshListView android:id="@+id/pl...

如上图用的是pullToRefreshListView  每个item之间有一条线,样式比较尴尬 ,需要去掉,去掉后的效果是这样的

去掉前代码:


  
  1. <com.jky.mobilebzt.pulltorefresh.PullToRefreshListView
  2. android:id="@+id/plv_q_and_s"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:layout_above="@id/tv_enter_user_fb"
  6. android:background="@color/color_efefef"
  7. android:dividerHeight="3dp"
  8. android:headerDividersEnabled="false"
  9. android:footerDividersEnabled="false"
  10. android:paddingLeft="@dimen/padding_lllsmall"
  11. android:paddingRight="@dimen/padding_lllsmall" />

去掉后代码:


  
  1. <com.jky.mobilebzt.pulltorefresh.PullToRefreshListView
  2. android:id="@+id/plv_q_and_s"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:layout_above="@id/tv_enter_user_fb"
  6. android:background="@color/color_efefef"
  7. android:divider="#00000000"
  8. android:dividerHeight="3dp"
  9. android:headerDividersEnabled="false"
  10. android:footerDividersEnabled="false"
  11. android:paddingLeft="@dimen/padding_lllsmall"
  12. android:paddingRight="@dimen/padding_lllsmall" />

就是加上了一句:   android:divider="#00000000" 设置成透明 我试了隐藏将高度设置为0( android:dividerHeight="0dp")是没用的 ,加上这个就可以了。

希望对大家有所帮助。欢迎各位小伙伴加入我的qq群:开发一群:454430053 (付费)开发二群:537532956 (付费)开发三群:812695329(免费)这里已经有很多小伙伴在等你了,快来加入我们吧!

文章来源: wukong.blog.csdn.net,作者:再见孙悟空_,版权归原作者所有,如需转载,请联系作者。

原文链接:wukong.blog.csdn.net/article/details/109852415

【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@huaweicloud.com
  • 点赞
  • 收藏
  • 关注作者

评论(0

0/1000
抱歉,系统识别当前为高风险访问,暂不支持该操作

全部回复

上滑加载中

设置昵称

在此一键设置昵称,即可参与社区互动!

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。