答案 0 :(得分:0)
请借助drawable
在xml中设置行的背景 像这样 - <?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<solid android:color="@color/white" />
<stroke
android:width="1dp"
android:color="@color/line" />
</shape>
在xml中设置行的背景