material-components-android
material-components-android copied to clipboard
Modular and customizable Material Design UI components for Android
closes #4470
closes #4342 https://github.com/material-components/material-components-android/commit/967dcd5e071773c2d54ab499065b6690524b5752 is incomplete (https://github.com/material-components/material-components-android/issues/2869#issuecomment-1821123500 is not fixed). If the switch statement in the updateStateTextView() method (https://github.com/material-components/material-components-android/blob/master/catalog/java/io/material/catalog/bottomsheet/BottomSheetMainDemoFragment.java#L272-L292) is commented out, the slider label doesn't move. I want to use...
simplified implementation (https://github.com/material-components/material-components-android/commit/9bf5eddd8a181793d9818f12a1522c69fd9c1b36) closes #4319
closes #3001 If an error is displayed when the TextInputLayout is disabled, the error is hidden. If the TextInputLayout is re-enabled, the error is displayed again. If an error is...
Also fixes https://github.com/material-components/material-components-android/issues/2699
### Thanks for starting a pull request on Material Components! #### Don't forget: - [x] Identify the component the PR relates to in brackets in the title. `[Buttons] Updated documentation`...
Closes #1865. The current `TabLayoutMediator` implementation has an issue that it invokes `ViewPager2#setCurrentItem()` when a user navigates between pages by a swipe operation. The method call aborts the scrolling animation...
#### Solution Closes #2063. Should fix the following `contentPadding` issues: - `contentPadding` getters returning outdated values when `app:contentPaddingStart` or `app:contentPaddingEnd` are defined in xml; - `contentPadding` being applied twice, if...
### Thanks for starting a pull request on Material Components! #### Don't forget: - [x] Identify the component the PR relates to in brackets in the title. `[Buttons] Updated documentation`...
Fix swipe gestures ### Thanks for starting a pull request on Material Components! #### Don't forget: - [ ] Identify the component the PR relates to in brackets in the...