skydoves / ExpandableLayout

🦚 An expandable layout that shows a two-level layout with an indicator.
Apache License 2.0
825 stars 54 forks source link

View Binding for parent and second layouts #31

Open Ramu3967 opened 2 years ago

Ramu3967 commented 2 years ago

Unable to get the viewBinding references for parent and second layouts inside Expandable Layout view. Tried with mainActivityBinding.expandableLayout.parentLayout/parentLayoutResource etc.. unable to get the viewbinding instance for the layouts inside expandable layout.

[mainActivityBinding being the binidng for the layout in which Exapandable layout with id expandableLayout.]