material-components-android
material-components-android copied to clipboard
Modular and customizable Material Design UI components for Android
**Is your feature request related to a problem? Please describe.** Yes, so there a few exception in this slider like "EXCEPTION_ILLEGAL_DISCRETE_VALUE", "EXCEPTION_ILLEGAL_STEP_SIZE" and "EXCEPTION_ILLEGAL_VALUE" i know there must be reason...
**Description:** We've been using an extended version of MaterialTextView named it as `AMCustomFontTextView`. We are receiving a lot of ANR when using it. The constructor of MaterialTextView is where the...
**Is your feature request related to a problem? Please describe.** In my app, I allow users to select the initial day of the week (Saturday, Sunday or Monday). I observed...
**Description:** When I set the dialog to show, the slide from bottom animation occurs and the dialog is shown. Now, If I set the app to background and then bring...
**Description:** Overriding the accessibility delegate of TextInputLayout stops normal functionality for exposed drop down. As we wish to add content description, we thought of updating the accessibility info. This changes...
**Description:** View to Activity transition uses incorrect start and end activity position. On enter transition new activity comes from the top of the app window and goes there on exit....
**Description:** In the Material Design M3 catalog example, if a user has set either **2-button** or **3-button** navigation mode and switches from portrait to landscape mode, the navigation bar overlaps...
**Description:** Say I set a `LinearProgressIndicator` to have the following traits: ``` progressIndicator.progress = positionInMs / 100 // Deci-seconds progressIndicator.max = durationInMs / 100 ``` This results in a very...
The PR removes the call to the `updateTextBounds()` method from `onMeasure()`. Also, the PR removes all hacks (meaning the `forceRecalculate` flag and passing fake view position parameters to `updateTextBounds()`) that...