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

From android preview textInputLayout hint is misplaced under start icon, This may happen as well at runtime for a few frames when component is drawn on screen ![image](https://github.com/material-components/material-components-android/assets/3678076/180dc50c-1d2b-4b1a-be8d-2dfdb6004df2) **Material Library...

bug
Widget: TextField

**Description:** Hi, I need to display shimmer loader to the ShapeableImageView using placeholder/error method from Glide. But If I compared it to ImageView or AppCompatImageView, the shimmer appears properly **Expected...

bug
Feature: Shape

Since 1.12.0-alpha01, there is a regression where calling `getSupportActionBar#hide` on an action bar backed by a `MaterialToolbar` having ` app:layout_scrollEffect="compress"` and set as first child of an `AppBarLayout` , will...

bug
Widget: TopAppBar

The PR replaces deprecated classes and methods from `androidx.core.view.*` packages with the recommended ones. Among them: - `ViewCompat.LAYOUT_DIRECTION_RTL` -> `View.LAYOUT_DIRECTION_RTL` - `ViewCompat.getLayoutDirection(view)` -> `view.getLayoutDirection()` - `ViewCompat.setBackground(view, background)` -> `view.setBackground(background)` -...

**Description:** My app has a `MainActivity` and an `AboutActivity`. The latter is showing some information about the app, such as version, copyright, etc. The `AboutActivity` is called by an `Intent`....

bug

bugfix: submenu item checked state is not correctly persisted and restored when device changes configurations (e.g., on tablet rotation) - `item` is the entire SubMenu, whereas `subMenuItem` is the individual...

**Description:** Trying to implement custom DateSelector. but it shows error as **_"com.google.android.material.datepicker.OnSelectionChangedListener' is not public in 'com.google.android.material.datepicker'. Cannot be accessed from outside package"_** and **_"DateSelector can only be accessed from...

feature request
Widget: DatePicker

add #isShow fab and #isHide fab using is boolean

Fixes https://github.com/material-components/material-components-android/issues/4149, fixes https://github.com/material-components/material-components-android/issues/4150.