I am trying to use the newest TextInputLayout in my DialogFragment.
Here\'s my code:
I had similar error:
android.view.InflateException: Binary XML file line #1: Error inflating class android.support.design.widget.TextInputLayout
Trying to reproduce it for a new project I found that the problem for me was in App Theme! Try to set android:theme field in application tag of Android Manifest like this: