TextInputLayout relies on resources/attributes in AppCompat. You need to use an AppCompat base theme.
The AppCompat themes are a parent of the Material based themes on API 21+. So, you will be using the Material theme.
TextInputLayout relies on resources/attributes in AppCompat. You need to use an AppCompat base theme.
The AppCompat themes are a parent of the Material based themes on API 21+. So, you will be using the Material theme.
Originally posted on Stack Overflow. Public user contributions are licensed under Creative Commons Attribution-ShareAlike.