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

**Description:** If I build a material date picker with selectable range of `today+1 day, whatever`, then _today_ day on the picker has no indication that it's not selectable. Here, Aug...

bug
Widget: DatePicker
Issue: Design

**Description:** I want to display a MaterialButton containing a multi line string, formatted as `android:inputType="textCapSentences"`. The text is not rendered multi line, only single line. Even though `android:maxLines="10"` is set....

bug
Widget: Button

**Description:** On Android 12 devices, the input method that pops up by clicking on the input box is gray and cannot be entered normally **Expected behavior:** 如图所示,点击输入框后弹出的是灰色的一片内容, ![image](https://github.com/user-attachments/assets/4a4f6d53-849a-4465-8583-d4a89e6f8167) **Source code:**...

bug
Need more info

**Description:** The ripple effect of: a menu in the top app bar, a list item in a drop-down menu, single-choice or multi-choice items in a Material 3 dialog and a...

bug
Issue: Other

closes #2787 ``` ``` ``` 0 0 ``` (LTR) ![Screenshot_20241022_151553](https://github.com/user-attachments/assets/c5a9c360-bdd4-4907-b292-06069fa88e2e) (RTL) ![Screenshot_20241022_151646](https://github.com/user-attachments/assets/b8d5b7b6-e83b-482a-9b12-8ef133aa6fbb) (Jetpack Compose) ![Screenshot_20241020_194418](https://github.com/user-attachments/assets/485cd771-7ce4-46c1-aa6a-63c51737926f)

Added api to set and get tooltip width size - `[RangeSlider] Tooltip Stroke width api added ` - [RangeSlider] Tooltip Stroke visible for two values `closes #4241`

closes https://github.com/material-components/material-components-android/issues/4042 closes https://github.com/material-components/material-components-android/issues/3619

**Is your feature request related to a problem? Please describe.** Yes. Currently all we can do is either use a large one of a small one by styles: ``` style="?android:attr/ratingBarStyleSmall"...

New component
feature request

**Description:** Full description of issue here In M3's documentation, dialog container has a max width of 560dp on large screen devices. However, when we test the MaterialAlertDialog on different tablets,...

bug
Widget: Dialog