material-components-android
material-components-android copied to clipboard
Modular and customizable Material Design UI components for Android
**Description:** If I build a material date picker with selectable range of `today+1 day, whatever`, then _today_ day on the picker has no indication that it's not selectable. Here, Aug...
**Description:** I want to display a MaterialButton containing a multi line string, formatted as `android:inputType="textCapSentences"`. The text is not rendered multi line, only single line. Even though `android:maxLines="10"` is set....
[TextInputEditText +BottomSheetDialogFragment] Input method buttons cannot be displayed on Android12
**Description:** On Android 12 devices, the input method that pops up by clicking on the input box is gray and cannot be entered normally **Expected behavior:** 如图所示,点击输入框后弹出的是灰色的一片内容,  **Source code:**...
**Description:** The ripple effect of: a menu in the top app bar, a list item in a drop-down menu, single-choice or multi-choice items in a Material 3 dialog and a...
closes #2787 ``` ``` ``` 0 0 ``` (LTR)  (RTL)  (Jetpack Compose) 
Added api to set and get tooltip width size - `[RangeSlider] Tooltip Stroke width api added ` - [RangeSlider] Tooltip Stroke visible for two values `closes #4241`
closes https://github.com/material-components/material-components-android/issues/4042 closes https://github.com/material-components/material-components-android/issues/3619
**Is your feature request related to a problem? Please describe.** Yes. Currently all we can do is either use a large one of a small one by styles: ``` style="?android:attr/ratingBarStyleSmall"...
**Description:** Full description of issue here In M3's documentation, dialog container has a max width of 560dp on large screen devices. However, when we test the MaterialAlertDialog on different tablets,...