smooth-app-bar-layout
smooth-app-bar-layout copied to clipboard
ToolBar expands while fragment is too short in viewpager
When I ran SmoothViewPagerActivity in sample project,I found that when I swiped to a short fragment(the MOUSE or BIRD tab),Toolbar expected to be collapsed expanded. I supposed it to be a bug. please check it. thanks for the stuff you have contributed!
Hi @huyn
This is by design. SmoothAppBarLayout uses different approach compared to AppBarLayout. This is it limitation. I will try to improve it in next release.
Thanks