material-components-android
material-components-android copied to clipboard
Modular and customizable Material Design UI components for Android
Hello, you can create the Progress Material dialog because the Android Progress dialog itself is obsolete.
**When the Title text is a RTL-language text the Icon remain in Left side of Title panel while I expect title layout follow the direction of title text. i.e. if...
**Description:** My aim is to create a MaterialDatePicker dialogfragment but instead of displaying as a dialog to use it as a normal embedded fragment **Expected behavior:** The datepicker to work...
- Fixes Snackbar flickering that occurs when the anchor view is updated off-screen and `gestureInsetBottomIgnored = false`. - Fixes Snackbar vertical offset when target parent has bottom padding. - Removes...
**Description** When using version `1.11.0`: * A slider with `app:labelBehavior="visible"` presents a bug on scroll, the label does not follow the new position of the slider. This bug was documented...
Predictive Back is fully supported in AndroidX Transitions and [Fragments](https://developer.android.com/guide/navigation/custom-back/support-animations#fragments). The default MaterialContainerTransform transition should support predictive back. Ideally, the transition would follow the Predictive Back [design spec](https://developer.android.com/design/ui/mobile/guides/patterns/predictive-back). Related: https://github.com/material-components/material-components-android/issues/3619
**Description:** Hi, I was happy that a new slider design was released, but I found many unclear and contradictory details in the [design specs](https://m3.material.io/components/sliders/specs) and resulting unclear details in the...
**Description:** The catalog app crashes: 1. Select 2-9 from the exposed dropdown menu.  2. Rotate the device.  3. Scroll the carousel to the end. **Expected behavior:** The catalog...
**Description:** Divider dividers color refer to ?attr/colorOutlineVarient but in doc it's refer to ?attr/colorOutline Fix: https://github.com/material-components/material-components-android/pull/4027