TextInputLayout not showing EditText hint before user focus on it

后端 未结 16 964
时光说笑
时光说笑 2020-11-27 13:50

I am using recently released Android Design Support Library to show floating label with EditTexts. But i am facing the problem that the Hint on the EditText is not showing w

16条回答
  •  借酒劲吻你
    2020-11-27 14:00

    Update:

    This is a bug that has been fixed in version 22.2.1 of the library.

    Original Answer:

    As mentioned by @shkschneider, this is a known bug. Github user @ljubisa987 recently posted a Gist for a workaround:

    https://gist.github.com/ljubisa987/e33cd5597da07172c55d

    As noted in the comments, the workaround only works on Android Lollipop and older. It does not work on the Android M Preview.

提交回复
热议问题