Skip to main content
1 vote

SVG pixelized edges in Android Jetpack Compose

Without seeing the detail of what's in the SVG image and the resultant xml file, it's difficult to say what went wrong. It sounds to me like there is something in the SVG that is not supported in the ...
Chris's user avatar
  • 5,062
1 vote

Jetpack Compose: Custom VectorAsset Icon object similar to built-in `Icons.Default`

The approach that worked for me was adding a @Composable getter to the fields, like so: object Icons { val Close: VectorIcon @Composable get(): ImageVector.vectorResource(R.drawable.close) }...
LambergaR's user avatar
  • 2,453

Only top scored, non community-wiki answers of a minimum length are eligible