I'm struggling to find out how to listen for colla...
# android
k
I'm struggling to find out how to listen for collapse/expand events on a collapsing toolbar layout on both the
CollapsingToolbarLayout
docs and stackoverflow. Can anyone point me in the right direction?
stackoverflow 5
t
you can try AppBarLayout.OnOffsetChangedListener
k
Thanks!