Fixed
Status Update
Comments
da...@google.com <da...@google.com> #2
EDIT: Hold on, I think my test is invalid. I'll reply with another comment with attached logs if I can repro it. I'm testing it again. Apologies for the confusion.
ORIGINAL COMMENT:
Hmm I'm not able to reproduce this anymore. I'm not sure what changed. Maybe the old build cache caused some issues. But after doing a clean & build, I am not seeing this.
Feel free to close this issue, if it happens again I'll let you know.
ORIGINAL COMMENT:
Hmm I'm not able to reproduce this anymore. I'm not sure what changed. Maybe the old build cache caused some issues. But after doing a clean & build, I am not seeing this.
Feel free to close this issue, if it happens again I'll let you know.
Description
build.gradle --
dataBinding { enabled true }
activity_main.xml // no root <layout> tag
<LinearLayout>
...
</LinearLayout>
Then in MainActivity.java, if you type "ActivityMain", then "ActivityMainBinding" is suggested.
Looks like we're not filtering out plain layouts if view binding is not enabled on the facet.