I am using Material Design Components and want to change the default style of a TextInputLayout
, meaning my changes shall apply to all instances of the TextInputLayout
without me having to explicitely define a style="@style/my_style"
on each of them.
If and how is that possible?