I added a bunch of TextInputLayout wrappers to my EditText fields. I got the exception
ClassCastException: android.widget.FrameLayout$LayoutParams cannot be cast to androidx.constraintlayout.widget.ConstraintLayout$LayoutParams
What might cause this?