TextInputLayout not showing EditText hint before user focus on it

后端 未结 16 969
时光说笑
时光说笑 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:04

    Looks like this issue appears when you set onFousListener on EditText - try to extend EditText and support multiple onFocusListeners

提交回复
热议问题