reference to :  http://blog.csdn.net/qq_25943493/article/details/50923895

要设置第三方的上拉下载listView的item之间的间距,可以在xml布局文件中的listView节点中设置xml的属性即可:

    android:divider="#00000000"  
    android:dividerHeight="10dp"  

解释:分隔线透明,高度为18dp。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-21
  • 2022-12-23
  • 2022-12-23
  • 2021-11-13
  • 2022-12-23
  • 2021-11-26
猜你喜欢
  • 2021-12-21
  • 2021-12-29
  • 2021-12-10
  • 2021-06-08
  • 2021-10-19
  • 2022-02-11
  • 2022-12-23
相关资源
相似解决方案