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

I want to handle long click on BottomNavigationView items for making own context menu like its in Instagram when user can hold "accout" icon and choose another profile. I use...

bug
Good First Issue
Widget: BottomNavigation

Can you add a configuration, trackradius, for track corners in active and inactive areas ![Uploading 00093047-E50D-4c9d-9BD1-C1E60305D9E2.png…]()

feature request

**Description:** Navigation icon (maybe all icons) is not centered vertically with top padding applied **Expected behavior:** Icons should be vertically centered **Android API version:** Any version. Reproduced even in studio...

bug
Widget: TopAppBar

Close #4207. Because of `getDelegate(): AppCompatDelegate`, the calling chain of `ButtomSheetDialog#add/setContentView` -> `AppCompatDialog#add/setContentView` -> `ComponentDialog#add/setContentView` was broken. So `initializeViewTreeOwners()` wasn't triggered, then `BottomSheetDialog#decorView` has no `LifecycleOwner`. So when `AbstractComposeView` was...

**Is your feature request related to a problem? Please describe.** Our Android app is targeting small tablets and/or embedded Android devices for UAV remote control. We are make use of...

feature request
Widget: NavigationRail

**Description:** Looking at my application crashes on Google Play Store, I'm seeing a lot of this crash, but without any more information. My application theme is using: `parent="Theme.MaterialComponents.Light.NoActionBar"` **Android API...

bug

**Description:** - I have one `BottomSheetDialog#setContentView(R.layout.earn_more_view)`. - Inside the layout file, I inserted `ComposeEarnMoreView` who extends from `AbstractComposeView`, and Of course, the `@Composable override fun Content()` was implemented by `Composable`...

bug

here's the crash log i received on crashlytics `Fatal Exception: java.lang.NullPointerException: Attempt to write to field 'boolean android.animation.AnimatorSet$Node.mEnded' on a null object reference at android.animation.AnimatorSet.onChildAnimatorEnded(AnimatorSet.java:799) at android.animation.AnimatorSet.start(AnimatorSet.java:640) at android.animation.StateListAnimator.start(StateListAnimator.java:188) at...

bug

**Description:** In the high contrast environment of the system, it is impossible for visually impaired people to distinguish which direction of such space is positive. **Expected behavior:** ![Screenshot_2024-06-19-11-34-49-338_com.android.settings-edit.jpg](https://github.com/material-components/material-components-android/assets/139336664/d08a0961-88b2-43e2-b83d-8fb46208c89a) ![Screenshot_2024-06-19-11-35-37-892_io.material.catalog-edit.jpg](https://github.com/material-components/material-components-android/assets/139336664/af549571-878c-4421-9d5c-b1555232630a) ![Screenshot_2024-06-19-11-35-30-172_io.material.catalog-edit.jpg](https://github.com/material-components/material-components-android/assets/139336664/49177a82-f734-4dfd-acd4-44b21270d986)...

bug
Widget: ProgressIndicator
Issue: Accessibility

**Description:** Full description of issue here I have a toolbar with a search menu item in it. I also use setOnActionExpandListener on it to handle some stuff, related to predictive...

bug
Widget: Search