Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

[RecyclerView] like compose LazyColumn append item space #251

@309152665

Description

@309152665

such as :
LazyColumn(
verticalArrangement = Arrangement.spacedBy(4.dp),
) { // ... }

RecyclerView can't add item space , only in layout.xml to set marginLeft marginRight , some times it's to hard.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions