8

There's an issue with the CollapsingToolbarLayout on tablets when scrolling NestedScrollView that contains small number of views

the issue is that the toolbar collapses even after the the scrolling stops.

enter image description here

you can reproduce the issue source code: https://github.com/chrisbanes/cheesesquare

Is there a way to prevent this from happening?

Ahmed Talaat
  • 641
  • 1
  • 5
  • 14
  • it behaves similarly on phones also. I had same issues when I put NestedScrollview with very less content. Have you found any solution on this? – Pavan Jaju Jun 15 '15 at 04:25
  • Check this https://github.com/florent37/MaterialViewPager maybe helpful – Aman Jham Jul 26 '15 at 08:25

1 Answers1

0

This should be fixed in the v22.2.1 release of the Design Library. If I'm not wrong, now the content "follows" the toolbar and there's no ugly space between the two.

natario
  • 24,954
  • 17
  • 88
  • 158