mirror of
https://github.com/material-components/material-components-android.git
synced 2026-02-20 08:39:55 +08:00
Create base classes for text field demos to unify shared logic and handle optionally controllable text field demos. This new structure is used to split the text field demo into filled and outline controllable demos. This commit also contains some cleanup for text field demos in general (removes an extra string, converts anonymous listeners to lambdas, etc.) PiperOrigin-RevId: 196999248