Fix CollapsingToolbarLayout not consuming insets

CollapsingToolbarLayout was set to no longer consumes
insets in Ib34219f1ba60901d973eea96c7453be46d9bf555.
Due to that the insets were then dispatched down to children
with fitSystemWindows="true". Unless those children had an
appropriate OnApplyWindowInsetsListener/fitSystemWindows,
they would get the default fitSystemWindows padding
functionality, which is unwanted here.

This CL fixes it by making CollapsingToolbarLayout consume
the insets.

BUG: 31011190
Change-Id: I178856473543eab4538db6194282a2d6cab632f9
2 files changed