我有一个带有分隔符的列表视图,对于我使用这个 xml 的标题:
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/list_header_title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:paddingTop="2dip"
android:paddingBottom="2dip"
android:paddingLeft="5dip"
android:textSize="20sp"
style="?android:attr/listSeparatorTextViewStyle" />
通过使用listSeparatorTextViewStyle
默认颜色为灰色,我如何更改该颜色或添加图像?