After migrating to newest version of Material Components (1.1.0-alpha09), I\'ve noticed that TextInputLayout has some padding horizontal padding. M
1.1.0-alpha09
TextInputLayout
You can use something like:
Then you can define (it requires the version 1.1.0) a custom style using the materialThemeOverlay attribute:
materialThemeOverlay
Here the results (with a default style and the custom style):