material-components-android icon indicating copy to clipboard operation
material-components-android copied to clipboard

Modular and customizable Material Design UI components for Android

Results 477 material-components-android issues
Sort by recently updated
recently updated
newest added
trafficstars

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.

feature request
Widget: TextField

**Is your feature request related to a problem? Please describe.** When we set the items of MaterialAutoCompleteTextView on the XML with ```

feature request

**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...

feature request
Widget: Slider

**Description:** The context menu background color is strange. (MenuMainDemoFragment) ![Screenshot_20231231_102408](https://github.com/material-components/material-components-android/assets/71050561/97cdfab1-92eb-4791-b4e2-0c41676ce9b8) The context menu background color will be correct if some preferences are changed. ![Screenshot_20231231_102527](https://github.com/material-components/material-components-android/assets/71050561/02d93c00-5104-429a-a272-0a99dddc65da) (Test2) ![Screenshot_20240108_221911](https://github.com/material-components/material-components-android/assets/71050561/07db7a08-96d6-4681-ab90-d73ff19b71c4) The context menu background...

bug
Feature: Color

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`....

Need more info
Widget: Button

![Screenshot_2024-01-08-13-28-31-856_Ninja coder Ghostemane code](https://github.com/material-components/material-components-android/assets/143449333/36fe086f-443d-4bc7-864e-2dffdc009c26) 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...

bug
Widget: Search

**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...

bug
Widget: TimePicker

**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...

bug
Widget: BottomSheet

**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....

bug
Widget: TopAppBar

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...