I am using TabLayout and in TabLayout's fragment there are some Edit-text boxes. I am using android.support.design.widget.TextInputLayout for hint animations.
Application work perfectly up-to ver. 4.4 but from 5.0.1(Lollipop) Hints of Edittext boxes are disappear and only shown after focus on Edit-text.
These are the Screenshots :- 1. Screenshot in lollipop when fragment created 2. Screenshot in lollipop after focus on edittext 3. Screenshot of pre-Lollipop device.