material-components-android
material-components-android copied to clipboard
Modular and customizable Material Design UI components for Android
**Description:** Crash occurs when assigning a large value to `valueTo`. To reproduce, set the values as follows. - `valueFrom` : 1000.0 - `valueTo` : 258896000.0 - `stepSize` : 1000.0 **Expected...
**Description:** The fullscreen datepicker is not fullscreen.    **Expected behavior:** The fullscreen datepicker is fullscreen.    **Minimal sample app repro:** Catalog app (DatePickerMainDemoFragment) **Android API version:**...
**Description:** When updating to 1.9.0 of material, we noticed an error when taking Paparazzi snapshot tests using a TabLayout. There was a change from 1.7.0 -> 1.9.0 where `defaultTabTextAppearance` was...
I have a `RecyclerView` inside `BottomSheetDialogFragment`. The `RecyclerView` items touch working normally when it's scrolling slowly. But when the `RecyclerView` is scrolled fast and after the list stops (without touching),...
**Is your feature request related to a problem? Please describe.** The icons are different from the spec.    https://m3.material.io/components/date-pickers/specs https://m3.material.io/components/time-pickers/specs https://m3.material.io/components/text-fields/specs **Describe the solution you'd like** Update the...
**Description:** `MaterialTimePicker` is getting its buttons cut off at the bottom in the `1.11.x` releases, this looks correct in `1.10.0-beta01` so it may be a regression. I suspect this might...
**Description:** When the font size is large, the datepicker layout is broken. (font size is default)  (font size is large)  **Expected behavior:** The datepicker layout is not broken....
This change adds an optional 'Clear' button that can be used to remove the selected date with the option to calling a clear listener and dismissing the dialog when clicked....
**Description:** Full description of issue here **Expected behavior:** In Android 5 the tint only affects certain layer which is our preferred behavior In Android 6 and above the tint changes...
**Description:** Using a default new project in Android Studio that uses `Theme.Material3.DayNight.NoActionBar`when you show a `MaterialDatePicker` and set full screen zoom (320dp width) and 200% font size in system setting,...