Make Toolbar ignore its minHeight if larger than height

Currently Toolbar lays out all children based on its
minHeight (if set). If that minHeight is larger than
the Toolbar height, then the children are laid out larger
than the Toolbar and clipped.

This CL fixes it back by capping the alignment height.

BUG: 29049143
Change-Id: Icb7b63a4605cb0272dc415920820038c1cd7cb2e
1 file changed