Skip to content

DataBindingUtil.setContentView(this, R.layout.partial_question); throw view tag isn't correct on view:null #42

@rkmax

Description

@rkmax

I'm using databindings on my project when I use on a DraggerActivity

DataBindingUtil.setContentView(this, R.layout.my_layout);

instead

setContentView(R.layout.my_layout);

I got

Caused by: java.lang.RuntimeException: view tag isn't correct on view:null

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