textview - [Android]: How to style divider in listSeparatorTextView? -


i'm looking way change color of line under textview, called divider. can see in code below, changed style listseparatortextviewstyle. know have add code in styles.xml file in 'values folder' i'm able change backgroundcolor or textcolor... there solution on how change dividercolor ???

<textview         android:id="@+id/tvaddress"         style="?android:attr/listseparatortextviewstyle"         android:layout_width="wrap_content"         android:layout_height="wrap_content"         android:layout_alignend="@+id/etdescription"         android:layout_alignstart="@+id/etdescription"         android:layout_below="@+id/etdescription"         android:layout_margintop="32dp"         android:text="address"         android:textappearance="?android:attr/textappearancemedium"         android:textcolor="#ff0f67b0"/> 

i change color of divider in red box.

printscreen android

there best solution it's working me :

1) set background of textview white or background of activity (the divider not shown)

2) under textview set imageview of rectangle (dimensions : 5px height , 1000px witdh , set imageview marginleft , marginright 5dp example.

3) don't forget adapt rectangle tablet !