Fix CollapsingToolbarLayout when used with SearchView

CTL currently relies on the dummy views bounds
being 0-width to signify invisibility. This is
a bit crude so we now use isShown() as well.

BUG: 22165213
Change-Id: I59ef7273b56a7820cdd21ad5f39961b56fd8100a
1 file changed