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

**Is your feature request related to a problem? Please describe.** I have several runtime transitions dependent on the offset of my bottom sheet. However, these transitions need to be initialized...

feature request
Widget: BottomSheet

**Description:** When changing tab, the pill-shaped active indicator is blinking on the edges. ![API28](https://user-images.githubusercontent.com/50991054/181904147-83264a26-ad03-4d1a-8fba-631798a68155.gif) (Android 9 device) **Expected behavior:** ![API32](https://user-images.githubusercontent.com/50991054/181904529-8f1d0134-0ba1-4502-99cc-544fe3d9cb60.gif) (Android 12 device) **Source code:** ```xml ``` ```xml ``` ```xml...

bug
Widget: BottomNavigation

**Description:** If a discrete slider would display too many dots, the number of dots is reduced. However isn't this against the meaning of the dots? IMO a dot has the...

feature request
Awaiting Design Feedback
Widget: Slider

**Is your feature request related to a problem? Please describe.** My app opens the MaterialTimePicker dialog into text input mode. When this happens the hour field is focused. Since the...

feature request
Widget: TimePicker

**Description:** outlinedbox crossed hint on android 4 [screenshot](https://github.com/ivan200/Overlap/blob/master/screen/Screenshot_avd_api_16_20220712_010548.png?raw=true) **Expected behavior:** Hint is displayed without overlapping with the box. **Source code:** https://github.com/ivan200/Overlap just simple app with Theme.Material3.Light theme **Minimal sample app...

bug
Widget: TextField

https://material.io/go/design-banner

New component
feature request

Make `BottomSheetBehavior` check the experimental `shouldSkipHalfExpandedWhenDragging` flag before setting the state to `HALF_EXPANDED`. The code changes the following behaviors in `onStopNestedScroll`: 1. In the case of `dy > 0`, the...

Reviewing Internally

Add a `calculateSlideOffset` method to `BottomSheetBehavior`, allowing the current slide offset to be obtained at runtime. I have several runtime transitions dependent on the offset of my bottom sheet. However,...

Waiting for merge