breautek commented on issue #1274: URL: https://github.com/apache/cordova-docs/issues/1274#issuecomment-1611331398
> you mentioned earlier changing the diameter of the circle it contains the image, is there the relative xml code string? I'm not really sure if I'm really understanding the question here. If you're asking what XML places the icon in that circle, it's the `AndroidWindowSplashScreenAnimatedIcon` preference itself. The supplied image is the 240dpx240dp canvas, that should have it's content fitting inside a 160dp diameter circle. If you're asking if I have an XML vector that draws a circle then No... I don't have sample XML that does that on hand, but that circle is imaginary, unless if you want to draw an actual circle. It's just that your icon content should fit inside that space and not use the edges/corners of the canvas. See this example graphic...  This is an example provided by Android. Their GMail logo fits within the 160dp diameter circle and does not exceed the space outside of it. The "circle" is not visible, it's just used to describe how to author your graphic. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
