Illia Achour

Results 39 comments of Illia Achour

Yeah, it seems like Google is migrating towards "Material Symbols" with a lot of new and changed icons and new styling principles (Fill/Weight/Grade/Optical size). For now, I've created a custom...

@mikepenz yep, that was a headache 😄 I've ended up cloning the material icons repo, writing the script to walk through `material-design-icons/symbols/web/` directory, filtering `materialsymbolsoutlined` + `_wght500grad200_48px`, `_wght500grad200fill1_48px` variants and...

@mikepenz I just checked this, yes: ![image](https://user-images.githubusercontent.com/3989453/126370760-b55ee772-7d29-44b2-9ead-25e5346a0e53.png)

@mikepenz, let me create a reproducible sample and share it asap.

@mikepenz It seems like the `appcompat` dependency is causing this issue, it is working with: `androidx.appcompat:appcompat:1.3.1` But starts breaking with: `androidx.appcompat:appcompat:1.4.0-alpha01`+ Sample: https://github.com/dummyco/android-iconics-gh-592

That's wonderful! Thank you for taking a look 👍🏻

Would be nice to implement this enhancement

Same problem here.

Same here, Pixel XL, Android 9 ``` versions.camerakit_library = "1.0.0-beta3.10" versions.camerakit_jpegkit = "0.1.0" ``` ``` ``` ``` build_versions.min_sdk = 19 build_versions.target_sdk = 28 build_versions.compile_sdk = 28 ```

@cymcsg as you can see scrolling accidentally stops and overscroll effect appears even when there are plenty items to scroll through. You can also notice it via scrollbar position on...