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

**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...

feature request
Widget: Slider

**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...

bug
Widget: TextView

**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...

feature request
Widget: DatePicker

**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...

bug
Widget: BottomSheet

**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...

bug
Widget: TextField

**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....

bug
Feature: Transition

**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...

bug
Issue: Catalog

**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...

bug
Widget: ProgressIndicator

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...