I have a list view and I want to add a bottom border to each list item so it acts as a separating line between all the cells.
This is my list view right now.
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:descendantFocusability="blocksDescendants"
android:background="#FFFFFF"
>
....
.....
</LinearLayout>