material-components-android
material-components-android copied to clipboard
Modular and customizable Material Design UI components for Android
**Description:** I have a problem with the menu of a `NavigationView`: i want to hide menu-items and re-show them later (e.g. login/logout buttons). but when setting ```kotlin menu.findItem(R.id.nav_login)?.isVisible = !isLoggedIn...
It would be great if the slider had haptic feedback, especially since Android has effects specifically for this ([`SEGMENT_TICK`](https://developer.android.com/reference/android/view/HapticFeedbackConstants#SEGMENT_TICK) and [`SEGMENT_FREQUENT_TICK`](https://developer.android.com/reference/android/view/HapticFeedbackConstants#SEGMENT_FREQUENT_TICK)).
**Description:** - Set `android:insetLeft="100dp"` to buttons - Enable "Force RTL layout direction" Actual result Expected result **Material Library version:** 1.13.0-alpha01
It would be nice if someone could review my old PRs. Many of them are a few months old and seem to have been forgotten about: ### 2022 - https://github.com/material-components/material-components-android/pull/2897...
**Description:** Full description of issue here The separator of the time input for the time picker is slightly too big. This results in a non centered oversized colon. For comparison...
[MRP.zip](https://github.com/user-attachments/files/16797474/MRP.zip) **Description:** When using the MaterialAlertDialogBuilder to create a popup of sufficient size with an edit text, as soon as the edit text gains focus and the softboard appears, the...
**Description:** On the [M3 components website](https://m3.material.io/components/segmented-buttons/overview), it is stated that a check icon will be displayed to indicate selected state. However in the [docs](https://github.com/material-components/material-components-android/blob/master/docs/components/Button.md#toggle-button) there's no mention of this. There...
**Reproduced on:** LoadingIndicatorMainDemoFragment (M3 Catalog app) **Material Library version:** [`967dcd5`](https://github.com/material-components/material-components-android/tree/967dcd5e071773c2d54ab499065b6690524b5752)
**Description:** width is larger than necessary for short text, I tried a fixed width at first and it works but after using shrink() and extend() it goes back to the...