I\'m trying to make all EditText\'s in my application have a consistent look. I\'m aware that I can do something like this:
EditText
and make your custom style to extend Widget.EditText or if using the AppCompat theme Widget.AppCompat.EditText:
Widget.EditText
Widget.AppCompat.EditText