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

**Description:** The foreground color of the status bar changes if the bottom sheet is opened multiple times. (first time) ![Screenshot_20231219_123457](https://github.com/material-components/material-components-android/assets/71050561/7034ef6a-e551-453a-887c-0f9be7cba04f) (second time) ![Screenshot_20231219_123508](https://github.com/material-components/material-components-android/assets/71050561/2d7caf1a-e189-4aaa-adf2-4637d688b9d3) **Expected behavior:** The foreground color of the...

bug

**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:** ![Bug](https://github.com/material-components/material-components-android/assets/143794438/79125bb8-26ba-4211-8d8f-35a1125213be) "Theme.Material3.DayNight" still...

bug

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()...

bug
Widget: Tab

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 ![image](https://github.com/material-components/material-components-android/assets/64900852/e09b6802-edff-461e-9c6f-627fbe623332) **Expected behavior:** Same layout wrapped in...

bug
Widget: Carousel

https://github.com/material-components/material-components-android/assets/82187521/a3337595-740b-4f15-9f06-a265c8fa02e6 **Material Library version:** 1.12.0-alpha01

bug
Widget: TextField

**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...

feature request

**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...

feature request

**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,...

bug

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...

bug
Widget: ProgressIndicator
Feature: Transition