SIGN IN SIGN UP

Position bottom bar widgets relative to window (#14406)

Note: also fixes a bug wherein bottom media padding was applied even in the
presence of persistent footer buttons.

The material spec states that the keyboard should be positioned on top
of any bottom navigation bar or persistent footer buttons widget(s).

We no longer inset the bottom of bottom navigation bars / persistent
footer buttons by the bottom viewInset.

Body content bottom (and the bottom of bottom sheets) is now determined
by the greater of:
  1. bottom view inset (the keyboard height)
  2. bottom elements (nav bar, footer buttons)
relative to the window max-Y.
C
Chris Bracken committed
b0e17949aad59ebdc04c4a7671d4f94705aed540
Parent: 5c2323f
Committed by GitHub <noreply@github.com> on 2/1/2018, 5:19:15 AM