TextInputLayout not showing EditText hint before user focus on it

后端 未结 16 939
时光说笑
时光说笑 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 13:54

    Problem solved: Goto build.gradle of ur app and check design library. compile 'com.android.support:design:22.2.1' It should be 22.2.1 or newer.

提交回复
热议问题