material-components-android
material-components-android copied to clipboard
Modular and customizable Material Design UI components for Android
 [Source](https://m3.material.io/components/sliders/guidelines#1138b466-b985-464f-a1f3-f7ec47dcf1a2) **Material Library version:** 1.12.0-rc01 -- _Originally posted by @pubiqq in https://github.com/material-components/material-components-android/issues/4127#issuecomment-2032364595_
**Description:** There is functionality lost when converting a project from using Android buttons to MaterialButtons. The loss of functionality is in how button icons can be placed. The following buttons...
**Description:** OOM with RecyclerView with MaterialCardView. **Expected behavior:** No OOM **Source code:** **XML layout** ``` ``` **RecyclerView Adapter** ``` class HorizontalNewsAdapter( private val glide: RequestManager, private val itemListener: ItemListener )...
**Description:** The switch icon has the incorrect color when the monochrome theme is applied. Everything works fine with other themes.  **Minimal sample app repro:** Catalog **Android API version:** 14...
https://github.com/material-components/material-components-android/assets/82187521/ef93a4ba-0916-439f-87ac-19afb322b8db **Material Library version:** 1.12.0-beta01
**Description:** I have `TextInputLayout`+`TextInputEditText` combo; `TextInputLayout` styled to `@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox` and `app:endIconMode="clear_text"`, while `TextInputEditText` has: ```xml android:background="@null" android:cursorVisible="false" android:inputType="textNoSuggestions" android:clickable="true" android:focusable="false" android:focusableInTouchMode="false" ``` The control is setup so that users can't...
**Description:** Hi, I found a crash on ShapeableImageView. The version used is 1.5.0. Error log : ResourcesCompat: Failed to inflate ColorStateList, leaving it to the framework ResourcesCompat: java.lang.UnsupportedOperationException: Failed to...