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
EditText
TextInputLayout
I had this problem and just deleted this line in my xml file:
android: fitsSystemWindows = "true"
and the error disappeared.