LinearListView
LinearListView copied to clipboard
divider padding / thicknes doesn't work
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 use layout_marginRight on list item to solve it.
Set dividerThickness is programmatically, like this youLinerListView.setDividerThickness(50)