mirror of
https://github.com/material-components/material-components-android.git
synced 2026-01-20 12:01:46 +08:00
This commit: - Moves the draw calls in TextInputLayout#draw to happen in a better order: now, the background is drawn first, then TextInputLayout and its children, then the hint. This prevents the box from drawing on top of other text field elements. - Updates box background setters and getters to modify boxBackgroundColor instead of defaultBoxBackgroundColor. - Adds a demo for filled box background color changes to the text field demo. PiperOrigin-RevId: 196748102