i can't understand, why divider don't comes after every item? It shows only after last item! I really don't know what to do.
I am parsing some information by using Jsoup.
What i have:
My Listview
<ListView
android:id="@+id/listView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentEnd="true"
android:layout_alignParentTop="true"
android:touchscreenBlocksFocus="true" />