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:** Trying to mock BottomSheetBehavior in `com.google.android.material:material:1.10.0` throws a ClassNotFoundException **Minimal sample app repro:** https://github.com/skywalkerdude/RoundedCornerError Just pull the project and run `RandomUnitTest` to reproduce **Android API version:** Works on API...

bug
Widget: BottomSheet

Bumps [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) from 1.8.22 to 1.9.23. Release notes Sourced from org.jetbrains.kotlin:kotlin-bom's releases. Kotlin 1.9.23 1.9.23 Apple Ecosystem KT-65542 Cinterop tasks fails if Xcode 15.3 is used Backend. Wasm KT-64486 Kotlin/Wasm/WASI...

dependencies

This is a very strange behavior. I'm using bottom navigation and in one of the fragments (FA) there is a button. When the fragment is shown for the first time...

bug
Widget: Button

**Description:** I am currently trying to create a fullscreen/full height `BottomSheetDialogFragment`, but since it has a very weird behavior implemented where it adds and retracts insets while the sheet is...

bug
Widget: BottomSheet

**Is your feature request related to a problem? Please describe.** I would like to animate a value change of the `Slider`. The Android `SeekBar` allows you to pass a boolean...

feature request
Widget: Slider

**Description:** Problems with setting the style for the heirs of the class BaseProgressIndicator. Occurs for both CircularProgressIndicator and LinearProgressIndicator. If you create a class that inherits the LinearProgressIndicator or CircularProgressIndicator...

bug
Widget: ProgressIndicator

**Description:** The Material 3 specs states that the text appearance of menu items should be LabelLarge: https://m3.material.io/components/menus/specs However, the text appearance of menu items in MDC is BodyLarge: https://github.com/material-components/material-components-android/blob/a069c4c13ec8e160720b296554636037ce8bace4/lib/java/com/google/android/material/theme/res/values/themes_base.xml#L232

bug
Widget: Menu

**Description:** The color of the ActionBar overflow menu background is wrong and is not consistent with the color of the overflow menu on regular top bars. **Expected behavior:** The following...

bug
Widget: Menu