EditText added is not a TextInputEditText. Please switch to using that class instead

前端 未结 5 1351
灰色年华
灰色年华 2020-12-23 15:37

I\'m using an EditText inside a TextInputLayout, but after upgrading the support library to 23.2.0, I get this warning in the logcat, What\'s the d

5条回答
  •  不思量自难忘°
    2020-12-23 16:28

    I had this problem and just deleted this line in my xml file:

    android: fitsSystemWindows = "true"
    

    and the error disappeared.

提交回复
热议问题