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

closes #3157 (before) circle with top and bottom cut off? ![Screenshot_20240921_194448](https://github.com/user-attachments/assets/14213e68-29b4-400e-a5c7-261ea5a8da5f) (after) rounded rectangle ![Screenshot_20240921_193738](https://github.com/user-attachments/assets/b03df41e-204e-4a25-8cec-43d44e88bae9) (before) circle with top and bottom cut off? ![Screenshot_20240910_183906](https://github.com/user-attachments/assets/0e16946e-993d-4b8b-9c63-c31e9b24218f) (after) rounded rectangle ![Screenshot_20240921_193829](https://github.com/user-attachments/assets/439c18f6-89aa-480e-b2d3-fc50f39649a1)

**Description:** Material Components Carousel will swallow a portion of the right edge of the submitted image **Screenshot:** Please note if the right edge of the following image is covered. I...

bug
Widget: Carousel

**Description:** When playing the rotation animation, the rotation center of the pentagon does not coincide with the geometric center of the pentagon. **Screenshot:** ![Screenshot_2024-09-19-21-19-22-292_io.material.catalog-edit.jpg](https://github.com/user-attachments/assets/c84eeafc-7009-4a3f-a925-51fc104128d2) **Source code:** No need to provide,...

bug
Widget: Loading Indicator

**Description:** #3635 - https://m3.material.io/styles/elevation/applying-elevation: ``` Scrims use the scrim color role at an opacity of 32%. ``` - https://m3.material.io/components/navigation-drawer/specs: ``` Navigation drawers scrim color md.ref.palette.neutral-variant20 Navigation drawers scrim opacity 0.4...

bug
Feature: Color

**Is your feature request related to a problem? Please describe.** Many times, apps need users to select a date+time in the past/future. `MaterialDatePicker` solves this problem by having the option...

feature request
Awaiting Design Feedback
Widget: TimePicker

**Description:** The background color of this navigation drawer is correct (#FFF1ED). ![Screenshot_20240912_203007](https://github.com/user-attachments/assets/83741690-6d48-46d3-a6ce-a8c0e76e6652) The background color of this navigation drawer is incorrect (#FFF8F6). ![Screenshot_20240912_203026](https://github.com/user-attachments/assets/959fc485-62c7-4ff4-87e9-cdec20616d10) https://m3.material.io/components/navigation-drawer/specs **Expected behavior:** The background color of...

bug
Issue: Catalog

**Description:** CollapsingToolbarLayout is listening to window insets and inside the listener calls: ```java // Consume the insets. This is done so that child views with fitSystemWindows=true do not // get...

bug
Widget: TopAppBar

**Description:** Ripple of TabLayout is different from ripple of other components. Catalog app: ![i](https://user-images.githubusercontent.com/71050561/209515942-5b541882-94d6-42ac-98fa-935254454f28.png) https://m3.material.io/components/navigation-drawer/specs: https://github.com/material-components/material-components-android/commit/cfc307ed4e6bfee676d5e6d374f76193c5a36edf **Expected behavior:** https://m3.material.io/components/tabs/guidelines: Ripples of TabLayout are inconsistent in https://m3.material.io/components/tabs/guidelines: **Minimal sample app repro:**...

bug
Issue: Design Spec Mismatch