material-components-android
material-components-android copied to clipboard
Modular and customizable Material Design UI components for Android
There is a new option in this component: `startIcon`. How to set paddings to it? Like `android:drawablePadding`. The question is for both startIcon and endIcon.
**Is your feature request related to a problem? Please describe.** When we set the items of MaterialAutoCompleteTextView on the XML with ```
**Is your feature request related to a problem? Please describe.** I want the ability to customize the Tick drawable for my Slider, by sending the desired drawable asset **Describe the...
**Description:** The context menu background color is strange. (MenuMainDemoFragment)  The context menu background color will be correct if some preferences are changed.  (Test2)  The context menu background...
Currently updating to new version of MDC and noticed a lot of `colorSurface` was replaced by `colorSurfaceContainer*`. However looking in these [changes](https://github.com/material-components/material-components-android/commit/2114a11378fd801b32cd7431bb8a2c94de4f462c) specifically **Button.md** the `backgroundTint` was replaced by `colorSurfaceContainerLow`....
 Hello, I am using version 1.11.0, as you can see in the picture, the icons are not the same as the text and it does not...
**Description:** https://m3.material.io/components/time-pickers/guidelines#9abf67ef-7f88-4976-961d-3f8a43de5f25: > There are two primary methods for selecting time with the mobile time picker. People can: > - Type in a specific value in the hour and minute...
**Hello, I am using the latest version of the material library, but the corners of the dialog are not rounded** **I also applied the styles correctly** **Device** xiaomi 10c android...
**Description:** I'm creating an application, creating widgets programmatically, I wanted to change the lift on scroll color, but unfortunately there is no such method. **Expected behavior:** Cannot provide the screenshots....
Resolve the [issue](https://github.com/material-components/material-components-android/issues/3978) that crash when assigning a large value to `valueTo`. The cause is the floating point rounding error. ```java // AS-IS private boolean valueLandsOnTick(float value) { // Check...