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

On API < 23, the `DrawableUtils.compositeTwoLayeredDrawable` method [can return](https://github.com/material-components/material-components-android/blob/a10c5083a9e8ffb58903d9631235fe5f71766010/lib/java/com/google/android/material/drawable/DrawableUtils.java#L293-L310) a `LayerDrawable` with a child `ScaledDrawable`. Calling `mutate()` on such a `LayerDrawable` throws NPE because the `ScaledDrawable` doesn't support constant state...

**Description:** Start (left side) of the slider disappears when handle even doesn't reach the end **Expected behavior:** It shouldn't disappear that way **Material Library version:** 1.12.0-alpha03 **Screen record:** https://github.com/material-components/material-components-android/assets/113282550/7d099d27-a44e-4322-aaa4-4b939c8cb291

bug
Widget: Slider

**Description:** It seems that in some cases filtering is incorrectly applied to `AutocompleteTextView` after rotating the device which causes that all options except for the selected one disappear from Dropdown...

bug
Widget: TextField

### Description: As shown in the figure, several TabLayouts were created in the demo, and the backgrounds of rounded rectangles were set for TabLayout and TabItem, but the last TabItem...

bug
Widget: Tab

Bumps [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) from 1.8.22 to 1.9.22. Release notes Sourced from org.jetbrains.kotlin:kotlin-bom's releases. Kotlin 1.9.22 Changelog JavaScript KT-63719 KJS: Test results ignored for ES module kind KT-63808 compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers...

dependencies

#3124 https://github.com/material-components/material-components-android/issues/2869#issuecomment-1821123500

**Description:** In version 1.9.0, when opening DatePicker with text input mode and a default selection, the cursor was positioned at the end: ![Screenshot_1705689616](https://github.com/material-components/material-components-android/assets/1485456/63daa589-fb99-4fca-9d8e-e7bff4bb529a) Since version 1.10.0 it is positioned at...

bug
Widget: DatePicker