在布局文件中两个需要添加分隔线的控件之间加以下代码
android:layout_width="fill_parent"
android:layout_height="1px"
android:background="@color/black" />