We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!!
The text was updated successfully, but these errors were encountered:
I use layout_marginRight on list item to solve it.
Sorry, something went wrong.
Set dividerThickness is programmatically, like this youLinerListView.setDividerThickness(50)
youLinerListView.setDividerThickness(50)
No branches or pull requests
I'm using your LinearListView as HorizontalListView.
the library is not taking the divider padding:
Thanks!!
The text was updated successfully, but these errors were encountered: