在需要设置分隔线的布局文件中加入如下代码: android:layout_width="fill_parent" android:layout_height="1px" android:background=" android:attr/listDivider" />
运行实际结果如下: