henrytao-me / smooth-app-bar-layout

Smooth version of Google Support Design AppBarLayout
Apache License 2.0
1.77k stars 240 forks source link

ViewPager quick return with Header and TabLayout #191

Open jintoga opened 7 years ago

jintoga commented 7 years ago

So basically what i'm looking for is when the SmoothAppBarLayout is not fully expanded, only Toolbar and TabLayout are supposed to show up(Toolbar above TabLayout). And when it's fully expanded, all the views inside it are displayed(ImageView or ViewGroup with Children, Toolbar and TabLayout). Can you please provide an example or some advises of how to achieve this using SmoothAppBarLayout?