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:** DropdownMenuEndIconDelegate sets a touch listener on the autocomplete `editText` in DropdownMenuEndIconDelegate.java. The `return false` results in this touch listener being triggered twice, once for `MotionEvent.ACTION_UP` and once for the...

bug
Need more info
Widget: TextField

Fixes https://github.com/material-components/material-components-android/issues/2830 Before After Also see https://github.com/material-components/material-components-android/issues/2830#issuecomment-1197042582 and https://github.com/material-components/material-components-android/issues/2830#issuecomment-1197075367.

Review in progress

- `dexOptions` is obsolete and using it has no effect ([link](https://issuetracker.google.com/issues/183295952#comment3)) - `android.lintOptions` has been renamed to `android.lint` ([link](https://developer.android.com/reference/tools/gradle-api/7.3/com/android/build/api/dsl/LintOptions)) - `android.lintOptions.check` is obsolete and has been replaced with `android.lintOptions.checkOnly` ([link](https://developer.android.com/reference/tools/gradle-api/7.3/com/android/build/api/dsl/LintOptions#check(kotlin.String)))...

Review in progress

- Resolves https://github.com/material-components/material-components-android/issues/1233 (taking into account the wishes of https://github.com/material-components/material-components-android/issues/1233#issuecomment-1201312042) - Resolves https://github.com/material-components/material-components-android/issues/4237 ## Highlights - New tick visibility API: `Slider.getTickVisibilityMode()`, `Slider.setTickVisibilityMode(int)`, and `app:tickVisibilityMode`. - New tick visibility modes: -...

Awaiting Design Feedback
Reviewing Internally

**Is your feature request related to a problem? Please describe.** My app uses two bottom sheets, one nested into the other. Overall, there are few issues with it, except for...

feature request
Widget: BottomSheet

**Description:** I've see that the compress effect of the M3 catalog example "Top App Bar - Compress Effect Demo" (TopAppBarCompressEffectFragment) is not properly working on devices with API levels

bug
Widget: TopAppBar

**Is your feature request related to a problem? Please describe.** Currently there is no way to use the date picker to select multiple dates. Only a single date or a...

feature request
Widget: DatePicker

https://user-images.githubusercontent.com/31834244/182727490-6796c66d-84bd-4a4c-a667-430722a78a5e.MOV expected behavior: No flicker when interrupting a scroll

bug
Need more info

**Is your feature request related to a problem?** Yes, this feature request is related to issue #2887 **Describe the solution you'd like** 1. For `com.google.android.material.appbar.MaterialToolbar ` and `androidx.appcompat.widget.Toolbar`, a compress...

feature request
Widget: TopAppBar