material-components-android
material-components-android copied to clipboard
Modular and customizable Material Design UI components for Android
**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...
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...
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:**...
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...
**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...
**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...
**Description:** Ripples always spread from the centre of the widget. [](https://imgse.com/i/p94gXpF) **Expected behavior:** Ripples should spread from the position touched by the user. **Source code:** ```xml ``` **Minimal sample app...