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

前端 未结 5 1345
灰色年华
灰色年华 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:08

    The only difference is that when your device is in landscape mode, TextInputEditText will show the hint, EditText won't.

提交回复
热议问题