TextInputLayout not showing EditText hint before user focus on it

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

    There is a simple solution to this as this worked for me

    
          
        
    
    
    

    Just add android:theme="@style/Base.TextAppearance.AppCompat" to the TextEditLayout and it should work and you can change the theme as you need.

提交回复
热议问题