TextInputLayout setError method throws ClassCastException in 24.2.0

后端 未结 3 1152
感情败类
感情败类 2021-01-19 15:34

I updated support lib version to 24.2.0 and my registration screen is dead now. The problem is in the TextInputLayout, I have two methods:

    protected void         


        
3条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-19 16:05

    I was having the same issue with this and I ended up using that library -> MaterialEditTest who was far more reliable and offers more features.

    With that one, you don't need to nest elements and you can modify small label color and error message...

提交回复
热议问题