material-components-android
material-components-android copied to clipboard
Modular and customizable Material Design UI components for Android
- Fixes https://github.com/material-components/material-components-android/issues/2835 - Fixes https://github.com/material-components/material-components-android/issues/2836
**Description:** The children of BottomAppBar are not laid out correctly when app:menuAlignmentMode is start (The children of BottomAppBar are laid out correctly when app:menuAlignmentMode is auto). https://github.com/material-components/material-components-android/commit/397e48f2790a95878caf7523a026eabfac286c07  **Expected behavior:**...
Fixes https://github.com/material-components/material-components-android/issues/2832
Partially solves https://github.com/material-components/material-components-android/issues/953 Add ChipGroup option to set `maxRowCount`. If set, will display chips up to `maxRowCount`. Add ChipGroup option `overflowChipEnabled` and `overflowChipTextResource`. If enabled with `maxRowCount` will display a...
**Description:** Material 3 appears to have regressed [this](https://github.com/material-components/material-components-android/issues/475) issue. A badge containing numbers overlaps the text so much that it obscures the last letter of the label. **Expected behavior:** The...
Drag view alpha not changing when swipeDirection is END_TO_START. ``` final float startAlphaDistance = originalCapturedViewLeft + child.getWidth() * alphaStartSwipeDistance; final float endAlphaDistance = originalCapturedViewLeft + child.getWidth() * alphaEndSwipeDistance; if (left...
Fix #1333 This bug is caused by two reasons 1. Recieving a ACTION_CANCEL event from the CoordinatorLayout when the SwipeDismissBehavior calls requestDisallowInterceptTouchEvent in onViewCaptured. 2. ACTION_DOWN consumed by other view,...
https://user-images.githubusercontent.com/82187521/170089842-c8a9fd10-7a77-41d4-bea3-75f26e1afc30.mp4 **Material Library version:** 1.7.0-alpha03 **Device:** Pixel 4a 5G The problem is also present when interacting using TalkBack.
Some users of `BottomSheetBehavior` need to enable `isHideable` so that they can set a state programmatically, but still want to disable hiding in the UI, as the hiding action would...
**Description:** I've created an app with different tabs whereas each tab contains a separate fragment with separate id's. Each fragment contains a `RecyclerView`. The main activity setup consists of `AppBarLayout`,...