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

bug
Widget: Slider

**Description:** The fullscreen datepicker is not fullscreen. ![Screenshot_20231226_111012](https://github.com/material-components/material-components-android/assets/71050561/fb14bee4-06c0-42a2-a631-01a44aee9db3) ![Screenshot_20231226_111026](https://github.com/material-components/material-components-android/assets/71050561/44e566ff-8abc-4af0-8eae-2bb354850726) ![Screenshot_20240106_193957](https://github.com/material-components/material-components-android/assets/71050561/01ec476d-8bd1-43de-8844-e86f29bfc3bb) **Expected behavior:** The fullscreen datepicker is fullscreen. ![Screenshot_20231226_111108](https://github.com/material-components/material-components-android/assets/71050561/abec546f-acb7-4197-854e-4dee933174f0) ![Screenshot_20231226_111119](https://github.com/material-components/material-components-android/assets/71050561/4905ee67-2fb7-4eac-969c-08734e923c07) ![Screenshot_20240106_194327](https://github.com/material-components/material-components-android/assets/71050561/8dda01a4-9d70-4a6b-8565-9e3c558988b6) **Minimal sample app repro:** Catalog app (DatePickerMainDemoFragment) **Android API version:**...

bug
Widget: DatePicker

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

bug
Widget: Tab

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

bug
Widget: BottomSheet

**Is your feature request related to a problem? Please describe.** The icons are different from the spec. ![Screenshot_20231228_143451](https://github.com/material-components/material-components-android/assets/71050561/20d51a43-f242-4305-ae34-27220786c2b9) ![Screenshot_20231228_143515](https://github.com/material-components/material-components-android/assets/71050561/9bb48c0e-074c-4ba0-a6fb-535eee618c9c) ![Screenshot_20231228_143752](https://github.com/material-components/material-components-android/assets/71050561/2bd405fa-26d1-4a04-a2f3-181896e40b7c) 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...

feature request

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

bug
Widget: TimePicker

**Description:** When the font size is large, the datepicker layout is broken. (font size is default) ![Screenshot_20231227_221730](https://github.com/material-components/material-components-android/assets/71050561/67df57a3-d8f1-4ceb-82fe-20ba89d10c1a) (font size is large) ![Screenshot_20231227_221808](https://github.com/material-components/material-components-android/assets/71050561/954a5536-3595-4b12-b2ef-622d71c0a5df) **Expected behavior:** The datepicker layout is not broken....

bug
Widget: DatePicker

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

Awaiting Design Feedback
Reviewing Internally

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

bug

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

bug
Widget: DatePicker