一种是在线性布局中天家虚线的图片

一种是在3.0以后实现的

在UI中配置
 
                  android:layout_width="match_parent"
                  android:layout_height="wrap_content"
                  android:showDividers="middle"
                  android:divider="?android:attr/listDivider">
在代码中配置
    使用 setShowDividers 同时要使用  setShowDivider 设置分割线图片
  android:showDividers属性可以设置如下4个值:
  none:不显示分隔线;
  beginning:在LinearLayout的开始处显示分隔线;
  end:在Linearlayout的结尾处显示分隔线;
  middle:在LinearLayout中的每两个组件间显示分隔线;

相关文章:

  • 2022-12-23
  • 2022-01-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-07
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-14
相关资源
相似解决方案