I want to create a table with column dividers. I want to divide my columns with a vertical bar image. To achieve this I have used \"android:divider=\"@drawable/abc\">
It's quite late to answer this question but here is the correct way to it.
For dividers between rows :
and for dividers between columns:
Explaination:
The divider tag in
is used to place divider between it's direct childrens i.e Rows.
While the divider tag in
is used to place divider between it's direct childrens i.e Columns