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

I have created a custom view extending from the BaseTransientBottomBar class. I can't drag to dismiss this view, so no animation is visible for dragging. When I'm trying to drag...

bug
Widget: Snackbar

**Description:** When having the following layout defining the toolbar: ``` ``` The colors of the Toolbar (title, subtitle, icons, ...) are set correctly to `?attr/colorOnPrimary`. However, the text and hint...

bug
Widget: TopAppBar

Currently the header toggle is an `ImageButton` with a rounded ripple. With this PR the header toggle is a `MaterialButton` with the same behavior of the cancel button on top...

cla: yes
Reviewing Internally
Issue: Design

**Description:** Full description of issue here when using navigationIconTint on MaterialToolbar that has the navigation drawer icon (the 3 horizontal lines), it doesn't do anything. Trying a style and even...

bug
Widget: TopAppBar

**Is your feature request related to a problem? Please describe.** According to the Material Design 3 docs, this is how a Top App Bar should be laid out: ![image](https://user-images.githubusercontent.com/65370175/172750298-5a8eb3a8-ae2b-4ca8-8b64-863538554e1e.png) There...

feature request
Widget: TopAppBar
Issue: Design Spec Mismatch

**Description:** I've been trying to use a `BadgeDrawable` on a `MenuItem` in our `Toolbar`, but it can't really get it to work as expected. It appears as if the value...

bug
Awaiting Design Feedback
Widget: Badge

**Description:** Setup is a TextInputLayout with prefix, suffix and hint texts set. The contained TextInputEditText has a text set. Style is FilledBox. The floating label/hint is ellipsized at the end...

bug
Widget: TextField

We're transitioning from github issues to a public buganizer component. Rather than submitting a bug here on github, please file any bugs or feature requests at https://issuetracker.google.com/issues/new?component=439535. [error link](https://stackoverflow.com/questions/39326321/scroll-not-working-for-multiple-recyclerview-in-bottomsheet?noredirect=1&lq=1) Because...

bug
Widget: BottomSheet

**Description:** As shown in the image below, the hint color and cursor color do not update to the error color when the parent TextInputLayout is in the error state. Instead,...

bug
Good First Issue
Widget: TextField
Issue: Design Spec Mismatch

Currently `BottomSheetBehavior` with `marginTop` behaves badly - child jumps on screen depending on layout phase and appears in different places when showing Also it's impossible to use both `fisToContents` and...

bug
Widget: BottomSheet
Review in progress