emi

Results 6 issues of emi

When I fling my list and it reaches the end, it bounces as expected, but if I drag on the same side (perform an overscroll) and then fling again, it...

**Description:** MaterialButton does not draw its icon when in a Carousel (see image below) I'm assuming this has something to do with MaskableFrameLayout ![image](https://github.com/material-components/material-components-android/assets/64900852/e09b6802-edff-461e-9c6f-627fbe623332) **Expected behavior:** Same layout wrapped in...

bug
Widget: Carousel

**Is your feature request related to a problem? Please describe.** The documented way of doing this is setting horizontal margins on the `MaskableFrameLayout` wrapping the carousel item. This however results...

feature request

**Font Name (Geist Sans/Geist Mono):** - [X] Geist Sans - [X] Geist Mono **Description of the Issue:** No tail a, Alt a, and Rounded dot stylistic sets do not work...

bug
where: font

For example, the following definition: ``` "labelValue": { "type": "string", "knownValues": [ "!hide", "!no-promote", "!warn", "!no-unauthenticated", "dmca-violation", "doxxing", "porn", "sexual", "nudity", "nsfl", "gore" ] } ``` currently produces this code:...

**Is your feature request related to a problem? Please describe.** I'm trying to implement an `InlineContentParser` for images from a custom markdown spec from a certain website. Given I already...

enhancement