material-components-android
material-components-android copied to clipboard
Modular and customizable Material Design UI components for Android
**Description:** Snackbar with anchor has incorrect bottom margin when window insets are used that set container padding instead of margin. When insets update margin, snackbar is shown correctly above the...
### Original Issues - #1394 - #1924 ### Still happen in 1.8.0 ScreenShot Library Version - com.google.android.material:material:**1.8.0** Device - Samsung Galaxy Tab A 10.1 (**SM-P580**) - Android 8.1.0 (**API 27**)...
**Description:** I have TextInputLayout and TextInputEditText inside a recycler view. when using prefix, the prefix text overlaps with the text itself.  **Expected behavior:** prefix and actual text...
Hi there, I have a question about using a "Built with Material" statement in my projects. I use the Material Components in some of my projects and I was wondering...
**Description:** When bottom sheet would get laid out not at the top of parent view it gets positioned too low. In the example I'm using fixed height that's smaller than...
It looks like the close button should be available in `Snackbar` out of the box: 
**Description:** When using the TopAppBarDefaults.enterAlwaysScrollBehavior() with CenterAlignedTopAppBar, the app bar reacts to scroll gestures even when the content does not exceed the screen height. This causes the app bar to...
**Is your feature request related to a problem? Please describe.** Honestly, the [current]() digital input design when creating a new alarm looks visually "pretty" but is functionally clunky to use...
[TabLayout] Component and App Theme has been set with Theme.MaterialComponents but still throw error
**Description:** I use tablayout in xml ```xml ``` QsCustomTabLayoutStyle ```xml @style/MyTabTextAppearance @color/normal_color_blue false 4px @color/tab_text_colors @string/ali_fonts_name 700 36px bold ``` AppTheme ```xml false true @color/transparent @color/transparent @color/transparent @color/transparent @android:color/transparent true...
**Description:** Views hidden behind the bottom sheet respond to touch events. **Source code:** In your Catalog app, Change [cat_bottomsheet_fragment.xml](https://github.com/material-components/material-components-android/blob/master/catalog/java/io/material/catalog/bottomsheet/res/layout/cat_bottomsheet_fragment.xml) as following ```xml ``` Then run catalog app, Expand standard bottom...