material-components-android
material-components-android copied to clipboard
Modular and customizable Material Design UI components for Android
**Description:** Typeface is not applied with textPassword inputType. **Expected behavior:** When android:inputType="text|textPassword|textNoSuggestions" (incorrect behaviour)  When android:inputType="text|textNoSuggestions" (expected behaviour)  **Source code:** @font/ubuntu_regular @font/ubuntu_regular **Android API version:** All **Material Library...
**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...
**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...
 BottomNavigationView: Does it support dynamic switching?
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:...
**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...