material-components-android
material-components-android copied to clipboard
Modular and customizable Material Design UI components for Android
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  **Material Library...
**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...
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...
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`....
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...
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.