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:** I am using material = "1.11.0" and when I set app:hideNavigationIcon="true" it crashes the application Stacktrace `java.lang.NullPointerException: Attempt to invoke virtual method 'android.graphics.drawable.Drawable$ConstantState android.graphics.drawable.Drawable.getConstantState()' on a null object reference...

bug
Widget: Search

**Description:** java.lang.NullPointerException - Attempt to read from field 'androidx.recyclerview.widget.ViewInfoStore androidx.recyclerview.widget.RecyclerView.mViewInfoStore' on a null object reference **Expected behavior:** Screenshots and/or description of expected behavior To appear the recycler view and the...

bug

https://github.com/material-components/material-components-android/assets/143449333/94381201-bb8b-49ba-a7a6-40dd9372a381 Bad Gravity to text prfex

bug
Widget: TextField

Use case: There are times when one wants to clear a selected date (i.e. I have a task with a due date, I want to use the MaterialDatePicker to display...

feature request
Awaiting Design Feedback
Widget: DatePicker

**Is your feature request related to a problem? Please describe.** I want to implement dynamic coloring in part of my app, but MDC currently provides color extraction functionality that is...

feature request
Feature: Color

Hi there! Found a [Data tables](https://material.io/components/data-tables/) on material.io and I wonder, when you will release it? Saw that 1 year ago it was unimportant, but it's a great thing on...

New component
feature request

**Description:** Material 3 guidelines specifies that the primary text of list items should have a text appearance of BodyLarge: https://m3.material.io/components/lists/specs#d7d16114-40f7-43a3-bcfa-517b61d21676 **Expected behavior:** `textAppearanceListItem` and `android:textAppearanceListItem` should be set to `?attr/textAppearanceBodyLarge`...

bug
Awaiting Design Feedback

Hi, due to Androids "weird" handling of rotation changes the callbacks of the MaterialDatePicker are "lost" after orientation change. Because the MaterialDatePicker ist final there is no way to extend...

bug
Widget: DatePicker

**Description** Finally, new prefix and suffix attributes have been added for text fields. The suffix is fixed at the end of the text field and cannot be made to flow...

feature request
Awaiting Design Feedback
Widget: TextField

**Description:** TextInputLayout counter does not display the number 0123456789 in Arabic language. How to display it correctly? **Expected behavior:** Screenshots and/or description of expected behavior **Source code:** in xml resources...

bug