Skip to content

Support skipping views from being generated in ViewHolder #11

@gilgoldzweig

Description

@gilgoldzweig

Currently, every view that has an id in the layout file associated with the ViewHolder will generate a view.

I want to be able to skip views that I don't think are required in my ViewHolder

A good example is Constraint widgets like androidx.constraintlayout.widget.Guideline they require an id but I don't have any use for them in my ViewHolder.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementv3Things that should be in v3

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions