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

**Description:** Typeface is not applied with textPassword inputType. **Expected behavior:** When android:inputType="text|textPassword|textNoSuggestions" (incorrect behaviour) ![Screenshot_1568119309](https://user-images.githubusercontent.com/1014339/64614901-bc2de880-d3d9-11e9-8c6e-ac6375e285f2.png) When android:inputType="text|textNoSuggestions" (expected behaviour) ![Screenshot_1568119497](https://user-images.githubusercontent.com/1014339/64614915-c2bc6000-d3d9-11e9-904b-e6a725cbd4ee.png) **Source code:** @font/ubuntu_regular @font/ubuntu_regular **Android API version:** All **Material Library...

bug
Good First Issue
Widget: TextField

**Description:** Neither the circular progress indicator, nor the linear one have animation on Android 5.0 (api level 21). They are just stuck in one state without any animation. At the...

bug
Need more info
Widget: ProgressIndicator

**Description:** layout with attached BottomSheetBehavior jumps to top of its parent container if you change view visibility inside it with enabled LayoutTransitions. Here is how it looks like with enabled...

bug
Widget: BottomSheet

![image](https://github.com/material-components/material-components-android/assets/9999952/771aee15-a384-44e8-b660-0107f0180bc3) BottomNavigationView: Does it support dynamic switching?

Need more info

Fixes https://github.com/material-components/material-components-android/issues/4163

**Description:** Disabled dates in the M3 Date Picker component are focusable via external keyboard navigation, however there is no visible focus indicator. Disabled controls should not receive keyboard focus. Note:...

bug
Widget: DatePicker
Issue: Accessibility

**Is your feature request related to a problem? Please describe.** I would suggest the class to be ~made public~ open, so we could attach the selection listener in a subclass...

feature request
Widget: DatePicker