Overriding editTextStyle doesn't work with latest Material Components base style
问题 In an app of mine, I'm using the Theme.MaterialComponents.Light.NoActionBar as a base style. In this style, which I call AppTheme , I'm trying to override editTextStyle to provide a custom style for com.google.android.material.textfield.TextInputEditText (according to the source code, it uses R.attr.editTextStyle as a default style). This is my current theme, related to the TIEditText and TILayout: <style name="AppTheme" parent="Theme.MaterialComponents.Light.NoActionBar"> [ primary and