Skip to content

divider padding / thicknes doesn't work #5

@cesards

Description

@cesards

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions