Skip to content
New issue

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

divider padding / thicknes doesn't work #5

Open
cesards opened this issue Jun 19, 2014 · 2 comments
Open

divider padding / thicknes doesn't work #5

cesards opened this issue Jun 19, 2014 · 2 comments

Comments

@cesards
Copy link

cesards commented Jun 19, 2014

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!!

@qq157755587
Copy link

I use layout_marginRight on list item to solve it.

@edward1988
Copy link

Set dividerThickness is programmatically, like this youLinerListView.setDividerThickness(50)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants