material-components-android
material-components-android copied to clipboard
Modular and customizable Material Design UI components for Android
**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...
**Description:** When changing tab, the pill-shaped active indicator is blinking on the edges.  (Android 9 device) **Expected behavior:**  (Android 12 device) **Source code:** ```xml ``` ```xml ``` ```xml...
**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...
**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...
**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...
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...
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,...