material-components-android
material-components-android copied to clipboard
Modular and customizable Material Design UI components for Android
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...
**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...
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...
**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...
**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:  There...
**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...
**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...
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...
**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,...
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...