material-components-android
material-components-android copied to clipboard
Modular and customizable Material Design UI components for Android
closes #3157 (before) circle with top and bottom cut off?  (after) rounded rectangle  (before) circle with top and bottom cut off?  (after) rounded rectangle 
**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...
**Description:** When playing the rotation animation, the rotation center of the pentagon does not coincide with the geometric center of the pentagon. **Screenshot:**  **Source code:** No need to provide,...
**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...
**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...
**Description:** The background color of this navigation drawer is correct (#FFF1ED).  The background color of this navigation drawer is incorrect (#FFF8F6).  https://m3.material.io/components/navigation-drawer/specs **Expected behavior:** The background color of...
[CollapsingToolbarLayout] Consuming system window insets blocks sibling views from receiving insets
**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...
**Description:** Ripple of TabLayout is different from ripple of other components. Catalog app:  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:**...