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

[ViewBinding] Get the View type instead of XxxxBinding when using the <include /> and the layout file is in the classes (aar) #1079

Open
@jun-wu-tw

Description

@jun-wu-tw

We can get the matched type (TestBinding) of the <include /> if we set the id for it.

<include layout="@layout/layout_test" android:id="@+id/test" />

But I can only get the View of the <include /> when the layout file is in the classes (aar).
If we depends the module in the project, it works well with the matched type (TestBinding).

What should I do? Please help me, thank you in advance.
I think we can use findViewById to compatible with this, but that's better if we can use the ViewBinding completely.

The same question in the stackoverflow without any answer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions