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

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

cla: yes

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

cla: yes

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

cla: yes

Added lint checks: - ThemeCheckColorAccent : Detects usages colorAccent in style resources - ThemeCheckColorPrimaryDark : Detects usages colorPrimaryDark in style resources It closes #1376

cla: yes

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

cla: yes

Please consider this as a solution for #1036

cla: yes
Reviewing Internally

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

cla: yes