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

**Is your feature request related to a problem? Please describe.** It would be nice to have an ability to update the corner radius and/or treatment of MaterialButtonToggleGroup programatically (post creation)...

feature request

**Description:** I have below structure in my `activity_main.xml`, incl. `SearchBar` and `SearchView`, similar to the [documentation](https://github.com/material-components/material-components-android/blob/master/docs/components/Search.md). I'm using a `ViewPager2` with fragments (one for each tab of the `TabLayout`, including...

bug

closes #4350 closes #4222 Merge this PR or add `android:clickable="true"` to https://github.com/material-components/material-components-android/tree/master/catalog/java/io/material/catalog/bottomsheet/res/layout and update the docs. `android:clickable="true"` in the Side Sheet Demo: https://github.com/material-components/material-components-android/blob/master/catalog/java/io/material/catalog/sidesheet/res/layout/cat_sidesheet_content.xml#L22

### Steps to reproduce Clone the repo and run the catalog app `[email protected]:material-components/material-components-android.git` ### Logs ```c import androidx.graphics.shapes.Shapes_androidKt; ^ symbol: class Shapes_androidKt location: package androidx.graphics.shapes ```

Issue: Build Failure

**Description:** When clicking on the standard bottom sheet, it is possible to trigger clickable items on the view behind it. **Steps to reproduce:** In the catalog app, expand the standard...

bug

**Description:** Full description of issue here I just wanted to have some scrollable content in BottomSheetDialogFragment. **Expected behavior:** Screenshots and/or description of expected behavior Fill the space of the bottom...

bug

Fixes https://github.com/material-components/material-components-android/issues/4231, most likely fixes https://github.com/material-components/material-components-android/issues/3869 and fixes https://github.com/material-components/material-components-android/issues/3993.

The "Cancel" and "Ok" buttons in the dialog are being clipped at the bottom when the theme's `minTouchTargetSize` is not the default `48dp`. This is because those two buttons are...

**Description:** If we place a Slider with visible Label, the label does not move up or down inside a bottom sheet dialog. **Expected behavior:** It should follow the dialog. **Source...

bug
Widget: Slider