material-components-android
material-components-android copied to clipboard
Modular and customizable Material Design UI components for Android
**Description:** TextInputEditText setOnEditorActionListener don't have any response while keyboard search action click. the custom view layout migrate to fragment xml layout is working. **xml code** **Android API version:** 32 **Material...
**Is your feature request related to a problem? Please describe.** By popular request - https://stackoverflow.com/questions/59487982/android-how-to-disable-state-half-expanded-state-of-a-bottom-sheet: - have `behavior_fitToContents = false` to try getting the view to have 2 possible states:...
**Description:** Adding a color selector to the `badgeStyle` -> `backgroundColor` doesn't see to work as expected. Color doesn't change when Tab is selected. **Expected behavior:** Badge color would respect color...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Currently, when adding espresso tests, aiming to cover `BadgeUtils.attachBadgeDrawable` there...
Slider does not provide enough configuration parameters for: 1. Increment / decrement step value configuration for a11y mode - it's hardcoded to 20 percents https://github.com/material-components/material-components-android/blob/3fdfb6e230767138849edf858c13da1bf1d3f90b/lib/java/com/google/android/material/slider/BaseSlider.java#L2491 private float calculateStepIncrement(int stepFactor) 2....
**Is your feature request related to a problem? Please describe.** The current MaterialDatePicker forces you to select day, month, and year and is not customizable so that a user can...
**Is your feature request related to a problem? Please describe.** In a multi line TextInputEditText the end icon is always centered, but in some cases we need it to be...
**Is your feature request related to a problem? Please describe.** Not yet existing feature **Describe the solution you'd like** In the MaterialTimePicker the possibility to add a positive integer for...
**Is your feature request related to a problem? Please describe.** We have a requirement that wants us to be able to change the textappearance of a tab based on it's...
FEATURE REQUEST As per title, BottomNavigationView can have only one setOnNavigationItemSelectedListener. This is annoying because if i use the bottomNavigationView.setupWithNavController(navController) this internally sets that listener, and i cannot use it...