Stack Overflow archive
8 scoreaccepted

Android design support library with Theme.Material

score
8
question views
4.8K
license
CC BY-SA 3.0

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.