Fix TextInputLayout label animation when restoring state.

TextInputLayout used to animate the hint when restoring the state
of the view in onRestoreInstanceState. This change adds a check
not to animate the hint label during restore.

This change also fixes up some style issues in TextInputLayout

Bug: 31837263
Test: TextInputLayoutTest#testSaveRestoreStateAnimation
Change-Id: I186e040c3b1706fe078a7d59644d2fc096086131
3 files changed