I am trying to use the newest TextInputLayout in my DialogFragment.
Here\'s my code:
Instead of using EditText, use android.support.v7.widget.AppCompatEditText. For example:
Also, if you didn't do so already: Set AppCompat theme in your manifest application tag:
And inherit AppCompat at your styles.xml as root for your activity styles etc.: