material-components-android
material-components-android copied to clipboard
Modular and customizable Material Design UI components for Android
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:  Using `paddingStart`...
**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...
**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...
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...
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...
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.
**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...
https://github.com/material-components/material-components-android/assets/82187521/772a767c-cb53-4f22-aaf6-408de4a0fa4e **Material Library version:** 1.13.0-alpha02
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...