Android-Iconics icon indicating copy to clipboard operation
Android-Iconics copied to clipboard

Android-Iconics - Use any icon font, or vector (.svg) as drawable in your application.

Results 15 Android-Iconics issues
Sort by recently updated
recently updated
newest added

## About this issue I'm using Google Rounded material and I'm frequently encountering missing icons compared to [here](https://fonts.google.com/icons?selected=Material+Icons:mic&icon.query=interests&icon.style=Rounded) (the link is an example of a missing icon) ## Details -...

## About this issue Some icons are incorrectly rendered with `IconicsTextView` + XML. - Pixel C emulator: ![image](https://user-images.githubusercontent.com/3989453/126042404-be0974d6-1ffd-4e4b-82e7-55b310d2d327.png) - Samsung Galaxy S20 Ultra: ![image](https://user-images.githubusercontent.com/3989453/126042432-cd0d4e3a-a5a6-4c62-ab40-c7c02699f70b.png) Sample code: ``` ``` ``` {gmd-trending-up}...

help wanted

## About this issue I am trying to create a shadow around an icon shape using Jetpack Compose. I can't seem to find a way. Adding a standard Modifier.shadow adds...

enhancement
help wanted
feature

## About this issue For the following composable RIcon ```kotlin @Composable fun RIcon( icon: IIcon, modifier: Modifier = Modifier, size: Dp = Size.icon, color: Color = Color.Unspecified, respectFontBounds: Boolean =...

help wanted

- add compose compiler to core and typeface module - mark `IconicsPainter` and `IIcon` as `Immutable` - update to gradle 8.2.1 - update dependencies to more recent state ``` kotlin...

feature

Is there Compose equivalent of IconicsTextView?

help wanted

## About this issue Looks like, library needs to be update - Briefly describe the issue - How can the issue be reproduced / sample code ## Details - implementation...

Hi, ## About this issue - When trying to use Iconics in my project, everything compiles but got the following exception at runtime:\ ``` Caused by: java.lang.ClassNotFoundException: Didn't find class...

## About this issue The documentation doesn't cover how to use the libraries with Gradle version catalogs. Ordinarily this would be straightforward, but it's made more complicated because Gradle version...

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...

dependencies