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:** The inactive track part of `Slider` doesn't respect `trackInsideCornerSize`, causing drawing artefacts to occur. With the default `trackInsideCornerSize`, this translates to drawing when it shouldn't anymore. At its minimum...

bug

Reviewing Internally
Review in progress

Greetings, I have utilized the exposed dropdown menu functionality, and I am currently exploring options for overriding the selected dropdown view. Specifically, I am interested in customizing the display of...

feature request
Widget: TextField

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

**Expected behavior:** The title `TextView` of the toolbar should be marked as a heading so screen readers describe it as so. **Source code:** * https://github.com/material-components/material-components-android/blob/master/docs/components/TopAppBar.md * https://github.com/material-components/material-components-android/blob/master/lib/java/com/google/android/material/appbar/MaterialToolbar.java **Android API version:**...

bug
Widget: TopAppBar

Now that the minimum SDK version of Material Components is 19, there was a lot of code that could be simplified or removed.

**Description:** I have built a custom dialog with MaterialAlertDialogBuilder. The dialog has 2 TextInputLayouts. The problem is when I try to write something in the TextInputEditText and when the keyboard...

bug
Widget: Dialog

**Is your feature request related to a problem? Please describe.** I use PreferenceFragmentCompat to save preference,but I find it won't extend m3-style widgets.I try to change alertDialogStyle to some dialog...

feature request

**Description:** At the end of a track path, a rounded corner is drawn. When the track path is at its mimimum size, the rounded corner draws a circle. Instead it...

bug

**Description:** Ripples always spread from the centre of the widget. [![p94gXpF.png](https://s1.ax1x.com/2023/05/20/p94gXpF.png)](https://imgse.com/i/p94gXpF) **Expected behavior:** Ripples should spread from the position touched by the user. **Source code:** ```xml ``` **Minimal sample app...

bug
Widget: TextField