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

bug
Widget: Snackbar

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

bug
Widget: Slider

**Description:** I have TextInputLayout and TextInputEditText inside a recycler view. when using prefix, the prefix text overlaps with the text itself. ![Screenshot 2024-07-19 211946](https://github.com/user-attachments/assets/95ae6a45-6de8-4202-b3cb-46fbbb3a36b0) **Expected behavior:** prefix and actual text...

bug

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

bug

It looks like the close button should be available in `Snackbar` out of the box: ![image](https://user-images.githubusercontent.com/82187521/197449072-992a0a2a-3d40-44f2-8644-5b8d9e3ad192.png)

feature request
Good First Issue
Widget: Snackbar

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

bug

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

feature request

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

bug

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

bug