AwesomeSplash
AwesomeSplash copied to clipboard
How to resize the image??
configSplash.setOriginalHeight(400); //in relation to your svg (path) resource configSplash.setOriginalWidth(400); //in relation to your svg (path) resource
these seem to work only with droid i need to set the image size of my logo
change the size of the resource .png?
code takes png from mipmap. how i can change size logo for splash for different sreens?