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

https://github.com/material-components/material-components-android/assets/82187521/508abe89-6914-4fc5-9b02-11e835ae69ae **Material Library version:** 1.13.0-alpha01

bug

https://github.com/material-components/material-components-android/assets/82187521/a762a230-2169-4e7e-94e1-531f5dfa2b49 **Material Library version:** 1.13.0-alpha01

bug

**Description:** I put SearchView in a fragment and hide or show the BottomNavigationView according to the state of the searchview. Once I switch to another fragment and back, the TransitionListener...

bug
Widget: Search

**Description:** Animatable drawable not keep running after expand hide menu items. Drawable of menu item icon set wrong callback. **Expected behavior:** Drawable callback MUST BE CORRECT. **Source code:** ```java private...

bug
Widget: Menu

With this option you can use a subset of the tick marks in respect of `stepSize` attribute. Example: ``` ``` with: ``` 0.0 100 250 500 750 1000 ``` ![video](https://user-images.githubusercontent.com/2583078/89316242-20097180-d67c-11ea-9806-04caba022473.gif)...

cla: yes

**Description:** e.g. tabTextAppearance setup text size 14sp and selectedTabTextAppearance setup text size 16sp. but 16sp not work. **Material Library version:** the newest

bug
Widget: Tab

**Is your feature request related to a problem? Please describe.** In some cases, I want to be able to let the user press the Chip, but not to let it...

feature request
Widget: Chip

There have been calls in the Git OSS community to replace "master" with a more inclusive alternative as the primary branch name. [Core upstream committers have generally formed a consensus](https://lore.kernel.org/git/[email protected]/)...

feature request

**Description:** `TextInputLayout.updateEditTextHeightBasedOnIcon()` may set a wrong minimum height that lingers around. This is basically another way to reproduce #3451 where 4a2654a didn't fix the issue. **Expected behavior:** `TextInputLayout` should resize...

bug
Widget: TextField

**Crash:** ``` java.lang.RuntimeException: Unable to start activity ComponentInfo{***}: java.lang.NullPointerException: Attempt to invoke virtual method 'android.graphics.drawable.Drawable android.graphics.drawable.Drawable$ConstantState.newDrawable()' on a null object reference at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2298) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2360) at android.app.ActivityThread.access$800(ActivityThread.java:144) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1278) at...

bug
Widget: Switch