Skip to content

Instantly share code, notes, and snippets.

@gsrathoreniks
Created October 28, 2020 08:22
Show Gist options
  • Save gsrathoreniks/6d2c34f3112c552bb60780a93d86425c to your computer and use it in GitHub Desktop.
Save gsrathoreniks/6d2c34f3112c552bb60780a93d86425c to your computer and use it in GitHub Desktop.
Ignore View Binding for a particular layout.
<LinearLayout
...
tools:viewBindingIgnore="true" >
...
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment