android / architecture-components-samples

Samples for Android Architecture Components.
https://d.android.com/arch
Apache License 2.0
23.4k stars 8.29k forks source link

How to use Viewbinding for merge layout and included layout. #975

Closed dev-rajshekhar closed 3 years ago

dev-rajshekhar commented 3 years ago

As per documentation , View Binding Doc , There is no option to show how to use the view binding for merge layout or included layout.

dev-rajshekhar commented 3 years ago

For include layout . We just have to give the id for include layout and can access all the element of included laout.