You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 11, 2025. It is now read-only.
BindingAdapter do not support to any widget extends ViewGroup, such as DrawerLayout, TabLayout and so on.
DataBinding Listener support is weird, for example: SeekBar.OnSeekBarChangeListener can bind app:onSeekBarChangeListener="@{click}" in layout well,while TabLayout.OnTabSelectedListener can not. app:onTabSelectedListener="@{click}" can not bind well.
SeekBar.OnSeekBarChangeListenercan bindapp:onSeekBarChangeListener="@{click}"in layout well,whileTabLayout.OnTabSelectedListenercan not.app:onTabSelectedListener="@{click}"can not bind well.