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 would like to be able to adjust the padding between the left edge of the layout and the radio button so that the area is clickable: ![Screenshot-from-2024-06-03-18-47-37](https://github.com/material-components/material-components-android/assets/3276264/0e31ccd5-8ea1-46f9-ada1-82c2372dc263) Using `paddingStart`...

Widget: RadioButton

**Description:** In simple apps, calling `bottomSheetBehavior.state = BottomSheetBehavior.STATE_COLLAPSED` when it is STATE_HIDDEN starts the animation from the bottom of the screen, and eases up into the peek height. For some...

bug
Widget: BottomSheet

**Description:** Selector drawable throwing resource not found exception. **Expected behavior:** Based on selector drawable state menu icon should be change on the navigation bar **Source code:** The code snippet which...

bug
Widget: BottomNavigation

Bumps [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) from 1.8.22 to 2.0.0. Release notes Sourced from org.jetbrains.kotlin:kotlin-bom's releases. Kotlin 2.0.0 Changelog Analysis. API New Features KT-65327 Support reading klib contents in Analysis API Performance Improvements KT-65560...

dependencies

Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.1.0-android to 33.2.1-android. Release notes Sourced from com.google.guava:guava's releases. 33.2.1 <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>33.2.1-jre</version> <!-- or, for Android: --> <version>33.2.1-android</version> </dependency> Jar files 33.2.1-jre.jar 33.2.1-android.jar Guava requires...

dependencies

Put a link to https://github.com/material-components/material-components-android/blob/master/catalog/java/io/material/catalog/search/res/layout/cat_search_fragment.xml in the docs: https://github.com/material-components/material-components-android/blob/master/docs/components/Search.md Safari It took me a few hours to find the secret demo.

feature request
Widget: Search
Documentation

**Description:** The prefix horizontal alignment is not correct when the font size of the phone is changed, it seems to be a bit higher from the text inside the TextInputEditText...

bug
Widget: TextField

https://github.com/material-components/material-components-android/assets/82187521/772a767c-cb53-4f22-aaf6-408de4a0fa4e **Material Library version:** 1.13.0-alpha02

bug
Widget: TopAppBar

Because `trackCornerRadius` is passed as an int and not a float, rounded corners may not be displayed correctly with a certain combination of screen size, `trackThickness`, and `trackCornerRadius`. In my...