material-components-android
material-components-android copied to clipboard
Modular and customizable Material Design UI components for Android
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
**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...
### 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...
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...
#3124 https://github.com/material-components/material-components-android/issues/2869#issuecomment-1821123500
closes #3509
closes #3861
**Description:** In version 1.9.0, when opening DatePicker with text input mode and a default selection, the cursor was positioned at the end:  Since version 1.10.0 it is positioned at...