I'm using your LinearListView as HorizontalListView.
the library is not taking the divider padding:
<com.linearlistview.LinearListView
android:id="@+id/details_product_list"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="center"
android:clipToPadding="false"
android:divider="@null"
android:gravity="center"
android:orientation="horizontal"
android:dividerPadding="@dimen/margin_medium"
custom:dividerThickness="@dimen/margin_medium"/>

Thanks!!
I'm using your LinearListView as HorizontalListView.
the library is not taking the divider padding:
Thanks!!