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