material-components-android
material-components-android copied to clipboard
Modular and customizable Material Design UI components for Android
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...
Can you add a configuration, trackradius, for track corners in active and inactive areas ![Uploading 00093047-E50D-4c9d-9BD1-C1E60305D9E2.png…]()
**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...
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...
**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...
**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`...
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...
**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:**   ...
**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...