material-components-android
material-components-android copied to clipboard
Modular and customizable Material Design UI components for Android
Currently the `endIconMode` overrides the `endIconOnClickListener`. With this change it is possible to add an `endIconOnClickListener` also when the `endIconMode` is set. The listener is called after the `onClickListener` defined...
Sometimes in the `TextInputLayout` the error text is not full visible. Instead of changing the `errorTextColor` could be useful an option to change the background color leaving the std errorTextColor....
Currently the ExposedDropDownMenu provided by `DropdownMenuEndIconDelegate` doesn't use the `shapeAppearance` defined in the app theme and the corner radius are defined by code. With this change: - the ExposedDropDownMenu uses...
Added lint checks: - ThemeCheckColorAccent : Detects usages colorAccent in style resources - ThemeCheckColorPrimaryDark : Detects usages colorPrimaryDark in style resources It closes #1376
> MaterialListItem is an adaptive view holder for RecyclerView lists that makes list items easy. > > After initialization, developers are given a pre-built list item. From here, they can...
Please consider this as a solution for #1036
### Thanks for starting a pull request on Material Components! #### Don't forget: - [x] Identify the component the PR relates to in brackets in the title. `[Buttons] Updated documentation`...
**Is your feature request related to a problem? Please describe.** We don't want the slider to always have a selected value -- we're using it in a context where the...
**Description:** 1. Open slider 2. Slide to 2.65x 3. Value is shown as 2.6499999x **Expected behavior:** Value is shown as 2.65x (rounding would mitigate the issue) **Source code:** Taken from...
Also fixes https://github.com/material-components/material-components-android/issues/4966.