material-components-android
material-components-android copied to clipboard
Modular and customizable Material Design UI components for Android
**Description:** The foreground color of the status bar changes if the bottom sheet is opened multiple times. (first time)  (second time)  **Expected behavior:** The foreground color of the...
**Description:** Version 1.11.0 of Material 3 library breaks Android studio layout preview with apps which using the theme: "Theme.Material3.DynamicColors.DayNight" Which worked fine with previous versions. **Expected behavior:**  "Theme.Material3.DayNight" still...
Create a ViewPager2 and make sure isUserInputEnabled is true. Tie the ViewPager2 to a TabLayout, ensuring that smoothScroll is false: TabLayoutMediator(tabLayout, viewPager, true, false) { tab, position -> … }.attach()...
Closes https://github.com/material-components/material-components-android/issues/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...
**Description:** MaterialButton does not draw its icon when in a Carousel (see image below) I'm assuming this has something to do with MaskableFrameLayout  **Expected behavior:** Same layout wrapped in...
https://github.com/material-components/material-components-android/assets/82187521/a3337595-740b-4f15-9f06-a265c8fa02e6 **Material Library version:** 1.12.0-alpha01
**Is your feature request related to a problem? Please describe.** The documented way of doing this is setting horizontal margins on the `MaskableFrameLayout` wrapping the carousel item. This however results...
**Is your feature request related to a problem? Please describe.** It is very hard to write tests that need to interact with the MaterialDatePicker. This is made somewhat easier by...
**Description:** When I upgrade the material library from the version 1.3.0 to latest (1.4.0 to 1.9.0), i am facing "Illegal char at index 45: .app-mergeDemoDebugResources-47:/values/values.xml)" this issue. But in 1.3.0,...
today i noticed a bug, in this the Indeterminate progress bar get stuck, when using Transition Animation effect with custom effects , there is different behavior in both AppCompat Progressbar...