8
score
4.8K
views
yes
status
CC BY-SA 3.0
Android design support library with Theme.Material
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.